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