3 references to IsWeaklyTyped
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptor.cs (1)
45public bool IsWeaklyTyped => _flags.IsFlagSet(BoundAttributeFlags.IsWeaklyTyped);
Language\BoundAttributeDescriptorBuilder.cs (2)
97get => _flags.IsFlagSet(BoundAttributeFlags.IsWeaklyTyped); 98set => _flags.UpdateFlag(BoundAttributeFlags.IsWeaklyTyped, value);