1 write to Metadata
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\BoundAttributeDescriptor.cs (1)
76
Metadata
= metadata;
15 references to Metadata
Microsoft.CodeAnalysis.Razor.Compiler (13)
Language\BoundAttributeDescriptor.cs (1)
102
Metadata
.AppendToChecksum(in builder);
Language\BoundAttributeDescriptorExtensions.cs (1)
15
return (attribute.
Metadata
as PropertyMetadata)?.GloballyQualifiedTypeName;
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
661
if (node.BoundAttribute.
Metadata
is PropertyMetadata { IsInitOnlyProperty: true })
Language\Components\ComponentGenericTypePass.cs (1)
425
if (attribute.
Metadata
is TypeParameterMetadata { Constraints: string constraints })
Language\Components\ComponentNodeWriter.cs (1)
364
if (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)
140
MetadataKind = a.
Metadata
.Kind.ToString(),
149
MetadataKind = a.
Metadata
.Kind.ToString(),