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,
9 references to Suffix
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\CodeGeneration\IntermediateNodeWriter.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; 1123var suffix = htmlAttr.Suffix ?? string.Empty; 1226sb.Append(htmlAttr.Suffix ?? string.Empty);
Language\Intermediate\HtmlAttributeIntermediateNode.cs (2)
44formatter.WriteProperty(nameof(Suffix), Suffix);