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