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)
26
private readonly
Visitor
_visitor;
812
private readonly
Visitor
_matcher;
815
public SymbolComparer(
Visitor
matcher, DeepTranslator? deepTranslator)