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