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)
56return (Cci.IDefinition?)_visitor.Visit(symbol)?.GetCciAdapter(); 70return (Cci.INamespace?)_visitor.Visit(symbol)?.GetCciAdapter(); 80return (Cci.ITypeReference?)_visitor.Visit(symbol)?.GetCciAdapter(); 87=> _visitor.TryGetAnonymousTypeValue(template, out typeValue);