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