1 write to _otherAssembly
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
125
_otherAssembly
= otherAssembly;
8 references to _otherAssembly
Microsoft.CodeAnalysis.CSharp (8)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (8)
139
Debug.Assert((object)symbol.ContainingAssembly != (object)
_otherAssembly
);
159
return ArrayTypeSymbol.CreateSZArray(
_otherAssembly
, symbol.ElementTypeWithAnnotations.WithTypeAndModifiers(otherElementType, otherModifiers));
162
return ArrayTypeSymbol.CreateMDArray(
_otherAssembly
, symbol.ElementTypeWithAnnotations.WithTypeAndModifiers(otherElementType, otherModifiers), symbol.Rank, symbol.Sizes, symbol.LowerBounds);
220
return
_otherAssembly
;
224
foreach (var otherReferencedAssembly in
_otherAssembly
.Modules[0].ReferencedAssemblySymbols)
272
return
_otherAssembly
.GetSpecialType(SpecialType.System_Object);
332
Debug.Assert((object)otherContainer == (object)
_otherAssembly
.GlobalNamespace);
338
Debug.Assert((object)otherContainer == (object)
_otherAssembly
.GlobalNamespace);