4 instantiations of GuardedCallContext
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (4)
57new GuardedCallContext( 63new GuardedCallContext( 68new GuardedCallContext( 74new GuardedCallContext(
3 references to GuardedCallContext
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (3)
56private static readonly ImmutableHashSet<GuardedCallContext> s_guardedCallContexts = ImmutableHashSet.Create( 93foreach (var guardedCallContext in s_guardedCallContexts) 233public static bool TryGetSymbols(Compilation compilation, GuardedCallContext context, [NotNullWhen(true)] out GuardedCallSymbols? symbols)