17 references to Append
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Checksum.Builder.cs (1)
189
Append
(b);
Microsoft.CodeAnalysis.Razor.Compiler (16)
Language\Components\BindMetadata.cs (2)
24
builder.
Append
(IsFallback);
29
builder.
Append
(IsInvariantCulture);
Language\Components\ComponentMetadata.cs (3)
20
builder.
Append
(IsGeneric);
21
builder.
Append
(HasRenderModeDirective);
22
builder.
Append
(AcceptsUnmatchedAttributes);
Language\Components\PropertyMetadata.cs (8)
27
builder.
Append
(IsChildContent);
28
builder.
Append
(IsEventCallback);
29
builder.
Append
(IsDelegateSignature);
30
builder.
Append
(IsDelegateWithAwaitableResult);
31
builder.
Append
(IsGenericTyped);
32
builder.
Append
(IsInitOnlyProperty);
33
builder.
Append
(AcceptsStringLiteral);
34
builder.
Append
(AcceptsAssetPath);
Language\Components\TypeParameterMetadata.cs (1)
25
builder.
Append
(IsCascading);
Language\DocumentationObject.cs (1)
48
builder.
Append
(b);
Language\TagMatchingRuleDescriptor.cs (1)
51
builder.
Append
(CaseSensitive);