Skip to content

Commit 952e994

Browse files
make method static (#22)
1 parent 560bfe3 commit 952e994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CustomCode-Analyzer/Analyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ private static bool IsValidParameterType(ITypeSymbol typeSymbol, Compilation com
11221122
/// the OutSystems DataType specified in [OSStructureField(DataType = ...)].
11231123
/// Returns <c>true</c> if the mapping is incompatible.
11241124
/// </summary>
1125-
private bool HasIncompatibleDataTypeMapping(ITypeSymbol type, TypedConstant dataType)
1125+
private static bool HasIncompatibleDataTypeMapping(ITypeSymbol type, TypedConstant dataType)
11261126
{
11271127
if (type == null)
11281128
{

0 commit comments

Comments
 (0)