3 references to ExceptionTypes
Microsoft.Analyzers.Local (3)
CallAnalysis\CallAnalyzer.Handlers.cs (1)
122
if (_state.
ExceptionTypes
.TryGetValue(creationOp.Type, out var handlers))
CallAnalysis\CallAnalyzer.Registrar.cs (2)
228
if (!_state.
ExceptionTypes
.TryGetValue(type, out var l))
231
_state.
ExceptionTypes
.Add(type, l);