1 write to NullCheckValidationMethodNames
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\47c588c5b8785708\ParameterValidationAnalysisContext.cs (1)
45
NullCheckValidationMethodNames
= nullCheckValidationMethods;
6 references to NullCheckValidationMethodNames
Microsoft.CodeAnalysis.NetAnalyzers (6)
src\47c588c5b8785708\ParameterValidationAnalysisContext.cs (6)
83
NullCheckValidationMethodNames
, InterproceduralAnalysisConfiguration,
91
OwningSymbol, AnalyzerOptions,
NullCheckValidationMethodNames
,
100
=>
NullCheckValidationMethodNames
.Contains(method);
105
hashCode.Add(
NullCheckValidationMethodNames
.GetHashCode());
112
&&
NullCheckValidationMethodNames
.GetHashCode() == other.
NullCheckValidationMethodNames
.GetHashCode();