1 write to _otherAssembly
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
253_otherAssembly = otherAssembly
6 references to _otherAssembly
Microsoft.CodeAnalysis.VisualBasic (6)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (6)
279Debug.Assert(symbol.ContainingAssembly IsNot Me._otherAssembly) 295Return ArrayTypeSymbol.CreateSZArray(otherElementType, otherModifiers, Me._otherAssembly) 298Return ArrayTypeSymbol.CreateMDArray(otherElementType, otherModifiers, symbol.Rank, symbol.Sizes, symbol.LowerBounds, Me._otherAssembly) 349Return _otherAssembly 353For Each otherReferencedAssembly In _otherAssembly.Modules(0).ReferencedAssemblySymbols 445Debug.Assert(otherContainer Is _otherAssembly.GlobalNamespace)