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