1 instantiation of GuardedMethod
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (1)
265
guardedMethodsBuilder.Add(new
GuardedMethod
(guardedMethod, guardedMethodContext.ExpectsConditionNegated));
3 references to GuardedMethod
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (3)
224
private readonly ImmutableArray<
GuardedMethod
> _guardedMethods;
226
private GuardedCallSymbols(Compilation compilation, IMethodSymbol conditionMethod, ImmutableArray<
GuardedMethod
> guardedMethods)
249
var guardedMethodsBuilder = ImmutableArray.CreateBuilder<
GuardedMethod
>();