1 write to _state
Microsoft.Analyzers.Local (1)
CallAnalysis\CallAnalyzer.Registrar.cs (1)
23
_state
= state;
11 references to _state
Microsoft.Analyzers.Local (11)
CallAnalysis\CallAnalyzer.Registrar.cs (11)
35
if (!
_state
.Methods.TryGetValue(method, out var l))
38
_state
.Methods.Add(method, l);
89
if (!
_state
.Ctors.TryGetValue(ctor, out var l))
92
_state
.Ctors.Add(ctor, l);
129
if (!
_state
.Props.TryGetValue(prop, out var l))
132
_state
.Props.Add(prop, l);
167
if (!
_state
.Interfaces.TryGetValue(method.ContainingType, out var handlers))
170
_state
.Interfaces.Add(method.ContainingType, handlers);
191
_ =
_state
.InterfaceMethodNames.Add(method.Name);
228
if (!
_state
.ExceptionTypes.TryGetValue(type, out var l))
231
_state
.ExceptionTypes.Add(type, l);