1 write to HasExplicitSemicolon
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
120HasExplicitSemicolon = reference.HasExplicitSemicolon
4 references to HasExplicitSemicolon
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\IntermediateNodeWriter.cs (2)
43context.CodeWriter.WriteUsing(node.Content, endLine: node.HasExplicitSemicolon); 45if (!node.HasExplicitSemicolon)
Language\Components\ComponentNodeWriter.cs (2)
950context.CodeWriter.WriteUsing(node.Content, endLine: node.HasExplicitSemicolon); 952if (!node.HasExplicitSemicolon)