4 references to NoSplit
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\MarkupSplitter.Classify.cs (1)
25/// split-classification phase drives; it never returns <see cref="SplitDecision.NoSplit"/> because a
Language\MarkupSplitter.cs (2)
24/// <see cref="SplitDecision.NoSplit"/> without parsing anything -- the whole class body stays in the 60return SplitDecision.NoSplit;
Language\SplitDecision.cs (1)
13/// <item><see cref="NoSplit"/> -- no class-body markup, so the caller keeps the single-file behavior.</item>