5 references to GetAttributeParameterTypedConstantKind
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Attributes.cs (3)
935
var typedConstantKind = node.Type.
GetAttributeParameterTypedConstantKind
(_binder.Compilation);
992
var typedConstantKind = operandType.
GetAttributeParameterTypedConstantKind
(_binder.Compilation);
1047
var typedConstantKind = type.
GetAttributeParameterTypedConstantKind
(_binder.Compilation);
Compiler\ClsComplianceChecker.cs (1)
279
paramType.Type.
GetAttributeParameterTypedConstantKind
(_compilation) == TypedConstantKind.Error)
Symbols\TypeSymbolExtensions.cs (1)
219
return
GetAttributeParameterTypedConstantKind
(type, compilation) != TypedConstantKind.Error;