1 write to _lazyCachedCompilerFeatureRequiredDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
832
ref
_lazyCachedCompilerFeatureRequiredDiagnosticInfo
,
2 references to _lazyCachedCompilerFeatureRequiredDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
829
if (
_lazyCachedCompilerFeatureRequiredDiagnosticInfo
== CSDiagnosticInfo.EmptyErrorInfo)
837
return
_lazyCachedCompilerFeatureRequiredDiagnosticInfo
?? (_assemblySymbol as PEAssemblySymbol)?.GetCompilerFeatureRequiredDiagnostic();