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