2 writes to _defs
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
39_defs = new MatchDefsToSource(sourceContext, otherContext); 51_defs = new MatchDefsToMetadata(sourceContext, otherAssembly);
1 reference to _defs
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
72return _defs.VisitDef(definition);