1 write to _assemblySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
158_assemblySymbol = assemblySymbol;
7 references to _assemblySymbol
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Metadata\PE\PEModuleSymbol.cs (7)
232return _assemblySymbol; 240return _assemblySymbol; 366bool keepLookingForDeclaredCorTypes = (_ordinal == 0 && _assemblySymbol.KeepLookingForDeclaredSpecialTypes); 385_assemblySymbol.RegisterDeclaredSpecialType(type); 386keepLookingForDeclaredCorTypes = _assemblySymbol.KeepLookingForDeclaredSpecialTypes; 427var assembly = _assemblySymbol as PEAssemblySymbol; 726return _lazyCachedCompilerFeatureRequiredDiagnosticInfo ?? (_assemblySymbol as PEAssemblySymbol)?.GetCompilerFeatureRequiredDiagnostic();