5 references to HasConstantValue
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Compilation_WellKnownMembers.cs (4)
721
if (ignoreSymbolStoreDebuggingMode is null || !ignoreSymbolStoreDebuggingMode.
HasConstantValue
)
737
if (defaultDebuggingMode is null || !defaultDebuggingMode.
HasConstantValue
)
743
if (disableOptimizationsDebuggingMode is null || !disableOptimizationsDebuggingMode.
HasConstantValue
)
755
if (enableEncDebuggingMode is null || !enableEncDebuggingMode.
HasConstantValue
)
Symbols\PublicModel\FieldSymbol.cs (1)
94
bool IFieldSymbol.HasConstantValue => _underlying.
HasConstantValue
;