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