1 write to _compilation
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (1)
228_compilation = compilation;
2 references to _compilation
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (2)
297return DoesImplementInterfaceMethod(conditionInvocation.TargetMethod, _conditionMethod, _compilation); 377return _guardedMethods.Any(m => m.ExpectsConditionNegated == conditionNegated && DoesImplementInterfaceMethod(method, m.Symbol, _compilation));