Base:
method
CreateRed
Microsoft.AspNetCore.Razor.Language.Syntax.GreenNode.CreateRed(Microsoft.AspNetCore.Razor.Language.Syntax.SyntaxNode, System.Int32)
7 references to CreateRed
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (1)
Legacy\ImplicitExpressionEditHandlerTest.cs (1)
455
.
CreateRed
(parent: null, position: start.AbsoluteIndex);
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
SourceChangeTest.cs (4)
132
var node = SyntaxFactory.MarkupTextLiteral(builder.ToList(), SpanChunkGenerator.Null, editHandler: null).
CreateRed
(null, 13);
151
var node = SyntaxFactory.MarkupTextLiteral(builder.ToList(), SpanChunkGenerator.Null, editHandler: null).
CreateRed
(null, 13);
170
var node = SyntaxFactory.MarkupTextLiteral(builder.ToList(), SpanChunkGenerator.Null, editHandler: null).
CreateRed
(null, 13);
189
var node = SyntaxFactory.MarkupTextLiteral(builder.ToList(), SpanChunkGenerator.Null, editHandler: null).
CreateRed
(null, 13);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\SpanEditHandler.cs (1)
101
MarkupTextLiteralSyntax syntax => Syntax.InternalSyntax.SyntaxFactory.MarkupTextLiteral(builder.ToList(), syntax.ChunkGenerator, syntax.EditHandler).
CreateRed
(target.Parent, target.Position),
Language\Syntax\SyntaxUtilities.cs (1)
116
.
CreateRed
(parent, position);