2 instantiations of MatchSymbols
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(
3 references to MatchSymbols
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
26private readonly MatchSymbols _symbols; 1012private readonly MatchSymbols _matcher; 1015public SymbolComparer(MatchSymbols matcher, DeepTranslator? deepTranslator)