3 references to IsBoolean
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptor.cs (2)
39public bool IsIndexerBooleanProperty => IndexerTypeNameObject.IsBoolean; 42public bool IsBooleanProperty => TypeNameObject.IsBoolean;
Language\BoundAttributeParameterDescriptor.cs (1)
30public bool IsBooleanProperty => TypeNameObject.IsBoolean;