2 writes to _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(
4 references to _visitor
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
56
return (Cci.IDefinition?)
_visitor
.Visit(symbol)?.GetCciAdapter();
70
return (Cci.INamespace?)
_visitor
.Visit(symbol)?.GetCciAdapter();
80
return (Cci.ITypeReference?)
_visitor
.Visit(symbol)?.GetCciAdapter();
87
=>
_visitor
.TryGetAnonymousTypeValue(template, out typeValue);