1 write to Metadata
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptor.cs (1)
76Metadata = metadata;
15 references to Metadata
Microsoft.CodeAnalysis.Razor.Compiler (13)
Language\BoundAttributeDescriptor.cs (1)
102Metadata.AppendToChecksum(in builder);
Language\BoundAttributeDescriptorExtensions.cs (1)
15return (attribute.Metadata as PropertyMetadata)?.GloballyQualifiedTypeName;
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
661if (node.BoundAttribute.Metadata is PropertyMetadata { IsInitOnlyProperty: true })
Language\Components\ComponentGenericTypePass.cs (1)
425if (attribute.Metadata is TypeParameterMetadata { Constraints: string constraints })
Language\Components\ComponentNodeWriter.cs (1)
364if (attribute.Metadata is TypeParameterMetadata { NameWithAttributes: string withAttributes })
Language\Components\TagHelperBoundAttributeDescriptorExtensions.cs (8)
9=> attribute.Metadata is PropertyMetadata { IsDelegateSignature: true }; 12=> attribute.Metadata is PropertyMetadata { IsDelegateWithAwaitableResult: true }; 21=> attribute.Metadata is PropertyMetadata { IsEventCallback: true }; 24=> attribute.Metadata is PropertyMetadata { IsGenericTyped: true }; 27=> attribute.Metadata.Kind == MetadataKind.TypeParameter; 30=> attribute.Metadata is TypeParameterMetadata { IsCascading: true }; 39=> attribute.Metadata is PropertyMetadata { IsChildContent: true }; 80=> attribute.Metadata is ChildContentParameterMetadata;
Microsoft.CodeAnalysis.Remote.Razor (2)
DevTools\RemoteDevToolsService.cs (2)
140MetadataKind = a.Metadata.Kind.ToString(), 149MetadataKind = a.Metadata.Kind.ToString(),