15 references to CarriageReturnLineFeed
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxNodeRemover.vb (1)
88
Me._residualTrivia.Add(SyntaxFactory.
CarriageReturnLineFeed
)
Microsoft.CodeAnalysis.VisualBasic.Features (7)
CodeRefactorings\InlineTemporary\VisualBasicInlineTemporaryCodeRefactoringProvider.vb (2)
307
newLeadingTrivia = newLeadingTrivia.Concat(SyntaxFactory.
CarriageReturnLineFeed
)
320
previousTokenTrailingTrivia(previousTokenTrailingTrivia.Count - 1) = SyntaxFactory.
CarriageReturnLineFeed
ExtractMethod\VisualBasicMethodExtractor.TriviaResult.vb (1)
163
Return list.Select(Function(t) If(t.IsElastic, SyntaxFactory.
CarriageReturnLineFeed
, t))
MetadataAsSource\VisualBasicMetadataAsSourceService.vb (4)
38
SyntaxTriviaList.Create(SyntaxFactory.
CarriageReturnLineFeed
)))
44
SyntaxFactory.
CarriageReturnLineFeed
,
47
SyntaxFactory.
CarriageReturnLineFeed
,
48
SyntaxFactory.
CarriageReturnLineFeed
})
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
29
Friend Overrides ReadOnly Property CarriageReturnLineFeed As SyntaxTrivia = SyntaxFactory.
CarriageReturnLineFeed
Microsoft.VisualStudio.LanguageServices.VisualBasic (6)
CodeModel\VisualBasicCodeModelService.vb (5)
3807
attributes = attributes.Replace(previousAttribute, previousAttribute.WithAppendedTrailingTrivia(SyntaxFactory.
CarriageReturnLineFeed
))
3828
list = list.WithAppendedTrailingTrivia(SyntaxFactory.
CarriageReturnLineFeed
)
3929
importsStatement = importsStatement.ReplaceToken(lastToken, lastToken.WithAppendedTrailingTrivia(SyntaxFactory.
CarriageReturnLineFeed
))
4274
inheritsStatement = inheritsStatement.WithTrailingTrivia(SyntaxFactory.
CarriageReturnLineFeed
)
4346
implementsStatement = implementsStatement.WithTrailingTrivia(SyntaxFactory.
CarriageReturnLineFeed
)
Snippets\SnippetExpansionClient.vb (1)
205
.WithAppendedTrailingTrivia(SyntaxFactory.
CarriageReturnLineFeed
))