2 instantiations of Visitor
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
35_visitor = new Visitor(sourceAssembly, otherAssembly, synthesizedTypes, otherSynthesizedMembers, otherDeletedMembers, new DeepTranslator(otherAssembly.GetSpecialType(SpecialType.System_Object))); 43_visitor = new Visitor(
3 references to Visitor
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
26private readonly Visitor _visitor; 812private readonly Visitor _matcher; 815public SymbolComparer(Visitor matcher, DeepTranslator? deepTranslator)