26 references to SingleLine
Microsoft.CodeAnalysis.Razor.Compiler (26)
Language\Components\ComponentConstrainedTypeParamDirective.cs (1)
14DirectiveKind.SingleLine,
Language\Components\ComponentInjectDirective.cs (1)
18DirectiveKind.SingleLine,
Language\Components\ComponentLayoutDirective.cs (1)
14DirectiveKind.SingleLine,
Language\Components\ComponentPageDirective.cs (1)
15DirectiveKind.SingleLine,
Language\Components\ComponentPreserveWhitespaceDirective.cs (1)
14DirectiveKind.SingleLine,
Language\Components\ComponentRenderModeDirective.cs (1)
13DirectiveKind.SingleLine,
Language\Components\ComponentTypeParamDirective.cs (1)
14DirectiveKind.SingleLine,
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
230case DirectiveKind.SingleLine:
Language\DirectiveDescriptor.cs (4)
89/// Creates a new <see cref="DirectiveDescriptor"/> with <see cref="Kind"/> set to <see cref="DirectiveKind.SingleLine"/> 100return CreateDirective(directive, DirectiveKind.SingleLine, configure: null); 104/// Creates a new <see cref="DirectiveDescriptor"/> with <see cref="Kind"/> set to <see cref="DirectiveKind.SingleLine"/> 116return CreateDirective(directive, DirectiveKind.SingleLine, configure);
Language\DirectiveUsage.cs (1)
20/// <see cref="DirectiveKind.SingleLine"/>, the last occurrence of the directive is imported.
Language\Extensions\AttributeDirective.cs (1)
14DirectiveKind.SingleLine,
Language\Extensions\ImplementsDirective.cs (1)
14DirectiveKind.SingleLine,
Language\Extensions\InheritsDirective.cs (1)
15DirectiveKind.SingleLine,
Language\Extensions\NamespaceDirective.cs (1)
14DirectiveKind.SingleLine,
Language\Legacy\CSharpCodeParser.cs (5)
29DirectiveKind.SingleLine, 38DirectiveKind.SingleLine, 46DirectiveKind.SingleLine, 55DirectiveKind.SingleLine, 1813case DirectiveKind.SingleLine:
Mvc.Version2_X\NamespaceDirective.cs (1)
19DirectiveKind.SingleLine,
Mvc\InjectDirective.cs (1)
18DirectiveKind.SingleLine,
Mvc\ModelDirective.cs (1)
17DirectiveKind.SingleLine,
Mvc\PageDirective.cs (1)
19DirectiveKind.SingleLine,