1 write to _otherAssembly
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
97
_otherAssembly
= otherAssembly
6 references to _otherAssembly
Microsoft.CodeAnalysis.VisualBasic (6)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (6)
123
Debug.Assert(symbol.ContainingAssembly IsNot Me.
_otherAssembly
)
139
Return ArrayTypeSymbol.CreateSZArray(otherElementType, otherModifiers, Me.
_otherAssembly
)
142
Return ArrayTypeSymbol.CreateMDArray(otherElementType, otherModifiers, symbol.Rank, symbol.Sizes, symbol.LowerBounds, Me.
_otherAssembly
)
193
Return
_otherAssembly
197
For Each otherReferencedAssembly In
_otherAssembly
.Modules(0).ReferencedAssemblySymbols
289
Debug.Assert(otherContainer Is
_otherAssembly
.GlobalNamespace)