File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -923,7 +923,7 @@ Location GetMemberLocation()
923923 /// <summary>
924924 /// Validates parameter default values for UnsupportedDefaultValueRule
925925 /// </summary>
926- private bool IsValidParameterDefaultValue ( IParameterSymbol parameter )
926+ private static bool IsValidParameterDefaultValue ( IParameterSymbol parameter )
927927 {
928928 // If no explicit default value is specified, it's considered valid
929929 if ( ! parameter . HasExplicitDefaultValue )
@@ -963,7 +963,7 @@ private bool IsValidParameterDefaultValue(IParameterSymbol parameter)
963963 /// <summary>
964964 /// Validates type support for UnsupportedParameterTypeRule
965965 /// </summary>
966- private bool IsValidParameterType ( ITypeSymbol typeSymbol , Compilation compilation )
966+ private static bool IsValidParameterType ( ITypeSymbol typeSymbol , Compilation compilation )
967967 {
968968 if ( typeSymbol == null )
969969 {
You can’t perform that action at this time.
0 commit comments