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