1 write to _otherContext
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
263
_otherContext
= otherContext;
4 references to _otherContext
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
268
return
_otherContext
.Module.GetTopLevelTypeDefinitions(
_otherContext
);
273
return def.GetNestedTypes(
_otherContext
);
278
return def.GetFields(
_otherContext
);