1 write to _otherAssembly
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
325_otherAssembly = otherAssembly;
8 references to _otherAssembly
Microsoft.CodeAnalysis.CSharp (8)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (8)
353Debug.Assert((object)symbol.ContainingAssembly != (object)_otherAssembly); 373return ArrayTypeSymbol.CreateSZArray(_otherAssembly, symbol.ElementTypeWithAnnotations.WithTypeAndModifiers(otherElementType, otherModifiers)); 376return ArrayTypeSymbol.CreateMDArray(_otherAssembly, symbol.ElementTypeWithAnnotations.WithTypeAndModifiers(otherElementType, otherModifiers), symbol.Rank, symbol.Sizes, symbol.LowerBounds); 434return _otherAssembly; 438foreach (var otherReferencedAssembly in _otherAssembly.Modules[0].ReferencedAssemblySymbols) 486return _otherAssembly.GetSpecialType(SpecialType.System_Object); 546Debug.Assert((object)otherContainer == (object)_otherAssembly.GlobalNamespace); 552Debug.Assert((object)otherContainer == (object)_otherAssembly.GlobalNamespace);