2 writes to _visitor
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
31_visitor = New Visitor(sourceAssembly, otherAssembly, synthesizedTypes, otherSynthesizedMembersOpt, otherDeletedMembersOpt, New DeepTranslator(otherAssembly.GetSpecialType(SpecialType.System_Object))) 38_visitor = New Visitor(sourceAssembly, otherAssembly, synthesizedTypes, otherSynthesizedMembersOpt:=Nothing, otherDeletedMembers:=Nothing, deepTranslatorOpt:=Nothing)
4 references to _visitor
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (4)
44Return DirectCast(_visitor.Visit(symbol)?.GetCciAdapter(), Cci.IDefinition) 56Return DirectCast(_visitor.Visit(DirectCast([namespace]?.GetInternalSymbol(), NamespaceSymbol))?.GetCciAdapter(), Cci.INamespace) 62Return DirectCast(_visitor.Visit(symbol)?.GetCciAdapter(), Cci.ITypeReference) 68Return _visitor.TryGetAnonymousTypeName(template, name, index)