1 instantiation of BlockScope
dotnet-razorsyntaxgenerator (1)
AbstractFileWriter.cs (1)
186
protected BlockScope Block(bool addSemicolon = false) =>
new
(this, addSemicolon);
1 reference to BlockScope
dotnet-razorsyntaxgenerator (1)
AbstractFileWriter.cs (1)
186
protected
BlockScope
Block(bool addSemicolon = false) => new(this, addSemicolon);