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)
55return (Cci.IDefinition?)_visitor.Visit(symbol)?.GetCciAdapter(); 69return (Cci.INamespace?)_visitor.Visit(symbol)?.GetCciAdapter(); 79return (Cci.ITypeReference?)_visitor.Visit(symbol)?.GetCciAdapter(); 86=> _visitor.TryGetAnonymousTypeValue(template, out typeValue);