2 writes to _symbols
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
40_symbols = new MatchSymbols(anonymousTypeMap, anonymousDelegates, anonymousDelegatesWithIndexedNames, sourceAssembly, otherAssembly, otherSynthesizedMembers, otherDeletedMembers, new DeepTranslator(otherAssembly.GetSpecialType(SpecialType.System_Object))); 53_symbols = new MatchSymbols(
4 references to _symbols
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
68return (Cci.IDefinition?)_symbols.Visit(symbol)?.GetCciAdapter(); 79return (Cci.INamespace?)_symbols.Visit(symbol)?.GetCciAdapter(); 89return (Cci.ITypeReference?)_symbols.Visit(symbol)?.GetCciAdapter(); 96=> _symbols.TryGetAnonymousTypeName(template, out name, out index);