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