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)
26
private readonly
MatchSymbols
_symbols;
1012
private readonly
MatchSymbols
_matcher;
1015
public SymbolComparer(
MatchSymbols
matcher, DeepTranslator? deepTranslator)