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)
68
return (Cci.IDefinition?)
_symbols
.Visit(symbol)?.GetCciAdapter();
79
return (Cci.INamespace?)
_symbols
.Visit(symbol)?.GetCciAdapter();
89
return (Cci.ITypeReference?)
_symbols
.Visit(symbol)?.GetCciAdapter();
96
=>
_symbols
.TryGetAnonymousTypeName(template, out name, out index);