3 references to IsString
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptor.cs (2)
38public bool IsIndexerStringProperty => IndexerTypeNameObject.IsString; 41public bool IsStringProperty => TypeNameObject.IsString;
Language\BoundAttributeParameterDescriptor.cs (1)
29public bool IsStringProperty => TypeNameObject.IsString;