1 write to _assemblySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
148_assemblySymbol = assemblySymbol;
7 references to _assemblySymbol
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Metadata\PE\PEModuleSymbol.cs (7)
222return _assemblySymbol; 230return _assemblySymbol; 483bool keepLookingForDeclaredCorTypes = (_ordinal == 0 && _assemblySymbol.KeepLookingForDeclaredSpecialTypes); 496_assemblySymbol.RegisterDeclaredSpecialType(type); 497keepLookingForDeclaredCorTypes = _assemblySymbol.KeepLookingForDeclaredSpecialTypes; 538var assembly = _assemblySymbol as PEAssemblySymbol; 837return _lazyCachedCompilerFeatureRequiredDiagnosticInfo ?? (_assemblySymbol as PEAssemblySymbol)?.GetCompilerFeatureRequiredDiagnostic();