4 references to GetEndOfLine
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (4)
AnnotatePublicApiFix.cs (1)
98var endOfLine = sourceText.GetEndOfLine();
DeclarePublicApiFix.cs (2)
143var endOfLine = sourceText.GetEndOfLine(); 174var endOfLine = sourceText.GetEndOfLine();
NullableEnablePublicApiFix.cs (1)
66string extraLine = "#nullable enable" + sourceText.GetEndOfLine();