roslyn-sdk
roslyn-sdk copied to clipboard
Use Environment.NewLine where appropriate
Several strings in AnalyzerTest<TVerifier> contain literal \r\n and/or \n characters. The analyzer testing library should be updated to consistently use Environment.NewLine where appropriate.