1 write to _otherAssembly
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
116_otherAssembly = otherAssembly
6 references to _otherAssembly
Microsoft.CodeAnalysis.VisualBasic (6)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (6)
142Debug.Assert(symbol.ContainingAssembly IsNot Me._otherAssembly) 158Return ArrayTypeSymbol.CreateSZArray(otherElementType, otherModifiers, Me._otherAssembly) 161Return ArrayTypeSymbol.CreateMDArray(otherElementType, otherModifiers, symbol.Rank, symbol.Sizes, symbol.LowerBounds, Me._otherAssembly) 212Return _otherAssembly 216For Each otherReferencedAssembly In _otherAssembly.Modules(0).ReferencedAssemblySymbols 308Debug.Assert(otherContainer Is _otherAssembly.GlobalNamespace)