5 references to ReplaceLineEndings
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (3)
DeclarePublicAPIAnalyzerTestsBase.cs (3)
2600
source.
ReplaceLineEndings
("\r\n"),
2602
unshippedText.
ReplaceLineEndings
("\r\n"),
2603
fixedUnshippedText.
ReplaceLineEndings
("\r\n"));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
1470
/// This overload is equivalent to calling <see cref="
ReplaceLineEndings
(string)"/>, passing
1475
public string ReplaceLineEndings() =>
ReplaceLineEndings
(Environment.NewLineConst);