2 references to WithPrependedNonIndentationTriviaFrom
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\InlineDeclaration\CSharpInlineDeclarationCodeFixProvider.cs (1)
171
(s, g) => s.
WithPrependedNonIndentationTriviaFrom
(localDeclarationStatement)
src\Analyzers\CSharp\CodeFixes\UsePatternMatching\CSharpAsAndNullCheckCodeFixProvider.cs (1)
119
(s, g) => s.
WithPrependedNonIndentationTriviaFrom
(localDeclaration)