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)
72
return
_defs
.VisitDef(definition);