4 instantiations of ConditionMethodContext
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (4)
59
new
ConditionMethodContext
(WellKnownTypeNames.SystemCollectionsGenericIDictionary2, "ContainsKey"),
65
new
ConditionMethodContext
(WellKnownTypeNames.SystemCollectionsGenericIReadOnlyDictionary2, "ContainsKey"),
70
new
ConditionMethodContext
(WellKnownTypeNames.SystemCollectionsGenericICollection1, "Contains"),
76
new
ConditionMethodContext
(WellKnownTypeNames.SystemCollectionsImmutableIImmutableSet1, "Contains"),
1 reference to ConditionMethodContext
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.cs (1)
217
private record GuardedCallContext(DiagnosticDescriptor Rule,
ConditionMethodContext
ConditionMethodContext, ImmutableArray<GuardedMethodContext> GuardedMethodContexts);