13 writes to Suffix
Microsoft.CodeAnalysis.Razor.Compiler (13)
Language\Components\ComponentBindLoweringPass.cs (2)
521
Suffix
= "\"",
543
Suffix
= "\"",
Language\Components\ComponentCssScopePass.cs (1)
38
Suffix
= string.Empty,
Language\Components\ComponentEventHandlerLoweringPass.cs (1)
199
Suffix
= "\"",
Language\Components\ComponentFormNameLoweringPass.cs (1)
68
Suffix
= "\"",
Language\Components\ComponentLoweringPass.cs (2)
798
attribute.
Suffix
= string.Empty;
807
attribute.
Suffix
= "\"";
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (6)
1216
Suffix
= node.ValueSuffix?.GetContent() ?? string.Empty,
1279
Suffix
= node.ValueSuffix?.GetContent() ?? string.Empty,
1294
Suffix
= node.ValueSuffix?.GetContent() ?? string.Empty,
1751
Suffix
= node.ValueSuffix?.GetContent() ?? string.Empty,
1794
Suffix
= node.ValueSuffix?.GetContent() ?? string.Empty,
1869
Suffix
= null,
11 references to Suffix
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
102
WriteContentNode(node, node.Prefix, node.
Suffix
);
Language\Intermediate\IntermediateNodeAssert.cs (1)
162
Assert.Equal(suffix, attribute.
Suffix
);
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\CodeGeneration\RuntimeNodeWriter.cs (2)
182
var suffixLocation = node.Source.Value.AbsoluteIndex + node.Source.Value.Length - node.
Suffix
.Length;
191
.WriteStringLiteral(node.
Suffix
)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (1)
1083
var suffix = htmlAttr.
Suffix
?? string.Empty;
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
577
var suffix = htmlAttr.
Suffix
?? string.Empty;
723
var suffix = htmlAttr.
Suffix
?? string.Empty;
1108
var suffix = htmlAttr.
Suffix
?? string.Empty;
1206
sb.Append(htmlAttr.
Suffix
?? string.Empty);
Language\Intermediate\HtmlAttributeIntermediateNode.cs (2)
44
formatter.WriteProperty(nameof(
Suffix
),
Suffix
);