2 references to CaseSensitive
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\BoundAttributeParameterDescriptor.cs (1)
27public bool CaseSensitive => _flags.IsFlagSet(BoundAttributeParameterFlags.CaseSensitive);
Language\BoundAttributeParameterDescriptorBuilder.cs (1)
73flags |= BoundAttributeParameterFlags.CaseSensitive;