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