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)
268return _otherContext.Module.GetTopLevelTypeDefinitions(_otherContext); 273return def.GetNestedTypes(_otherContext); 278return def.GetFields(_otherContext);