29 references to ElasticCarriageReturnLineFeed
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
48=> SyntaxFactory.ElasticCarriageReturnLineFeed;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (8)
ConvertToRecordEngine.cs (2)
640.WithTrailingTrivia(SyntaxFactory.DocumentationCommentExterior("*/"), SyntaxFactory.ElasticCarriageReturnLineFeed)); 650.WithAppendedTrailingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed);
CSharpCodeGenerationHelpers.cs (1)
185return declarationList.Insert(index, declaration.WithLeadingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed));
CSharpIsAndCastCheckCodeFixProvider.cs (1)
77.SelectMany(t => ImmutableArray.Create(SyntaxFactory.Space, t, SyntaxFactory.ElasticCarriageReturnLineFeed))
TypeDeclarationSyntaxExtensions.cs (2)
102var leadingTrivia = prependNewLineIfMissing ? token.LeadingTrivia.Insert(0, SyntaxFactory.ElasticCarriageReturnLineFeed) : token.LeadingTrivia; 103var trailingTrivia = appendNewLineIfMissing ? token.TrailingTrivia.Insert(0, SyntaxFactory.ElasticCarriageReturnLineFeed) : token.TrailingTrivia;
UseExpressionBodyForLambdaCodeActionHelpers.cs (1)
68SyntaxFactory.Token(SyntaxKind.OpenBraceToken).WithAppendedTrailingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed),
UseSimpleUsingStatementCodeFixProvider.cs (1)
128.WithPrependedLeadingTrivia(ElasticCarriageReturnLineFeed);
Microsoft.CodeAnalysis.CSharp.Features (15)
ConvertAutoPropertyToFullProperty\CSharpConvertAutoPropertyToFullPropertyCodeRefactoringProvider.cs (1)
107SyntaxFactory.Token(SyntaxKind.OpenBraceToken).WithLeadingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed),
ConvertToRecordEngine.cs (2)
640.WithTrailingTrivia(SyntaxFactory.DocumentationCommentExterior("*/"), SyntaxFactory.ElasticCarriageReturnLineFeed)); 650.WithAppendedTrailingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed);
CSharpIsAndCastCheckCodeFixProvider.cs (1)
77.SelectMany(t => ImmutableArray.Create(SyntaxFactory.Space, t, SyntaxFactory.ElasticCarriageReturnLineFeed))
DocumentationComments\DocCommentConverter.cs (2)
62newLeadingTrivia.Add(SyntaxFactory.ElasticCarriageReturnLineFeed); 98yield return SyntaxFactory.ElasticCarriageReturnLineFeed;
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
719SpecializedCollections.SingletonEnumerable(SyntaxFactory.ElasticCarriageReturnLineFeed))); 726SpecializedCollections.SingletonEnumerable(SyntaxFactory.ElasticCarriageReturnLineFeed)));
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (3)
58declarationStatement = declarationStatement.WithAppendedTrailingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed); 109newBody = newBody.WithOpenBraceToken(newBody.OpenBraceToken.WithAppendedTrailingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed)) 241newBody = newBody.WithOpenBraceToken(newBody.OpenBraceToken.WithAppendedTrailingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed))
MetadataAsSource\CSharpMetadataAsSourceService.cs (2)
143SyntaxFactory.ElasticCarriageReturnLineFeed, 144SyntaxFactory.ElasticCarriageReturnLineFeed,
UseExpressionBodyForLambdaCodeActionHelpers.cs (1)
68SyntaxFactory.Token(SyntaxKind.OpenBraceToken).WithAppendedTrailingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed),
UseSimpleUsingStatementCodeFixProvider.cs (1)
128.WithPrependedLeadingTrivia(ElasticCarriageReturnLineFeed);
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
41internal override SyntaxTrivia ElasticCarriageReturnLineFeed => SyntaxFactory.ElasticCarriageReturnLineFeed;
CSharpCodeGenerationHelpers.cs (1)
185return declarationList.Insert(index, declaration.WithLeadingTrivia(SyntaxFactory.ElasticCarriageReturnLineFeed));
CSharpSyntaxFacts.cs (1)
48=> SyntaxFactory.ElasticCarriageReturnLineFeed;
TypeDeclarationSyntaxExtensions.cs (2)
102var leadingTrivia = prependNewLineIfMissing ? token.LeadingTrivia.Insert(0, SyntaxFactory.ElasticCarriageReturnLineFeed) : token.LeadingTrivia; 103var trailingTrivia = appendNewLineIfMissing ? token.TrailingTrivia.Insert(0, SyntaxFactory.ElasticCarriageReturnLineFeed) : token.TrailingTrivia;