1 write to _containingAssembly
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\DynamicTypeDecoder.cs (1)
50_containingAssembly = containingAssembly;
3 references to _containingAssembly
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\DynamicTypeDecoder.cs (3)
176: _containingAssembly.GetSpecialType(SpecialType.System_Object); 321ArrayTypeSymbol.CreateSZArray(_containingAssembly, arrayType.ElementTypeWithAnnotations.WithTypeAndModifiers(transformedElementType, arrayType.ElementTypeWithAnnotations.CustomModifiers)) : 322ArrayTypeSymbol.CreateMDArray(_containingAssembly, arrayType.ElementTypeWithAnnotations.WithTypeAndModifiers(transformedElementType, arrayType.ElementTypeWithAnnotations.CustomModifiers), arrayType.Rank, arrayType.Sizes, arrayType.LowerBounds);