3 overrides of NormalizeWhitespaceCore
Microsoft.CodeAnalysis (1)
Syntax\SyntaxList.cs (1)
69
protected internal override SyntaxNode
NormalizeWhitespaceCore
(string indentation, string eol, bool elasticTrivia)
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxNode.cs (1)
528
protected internal override SyntaxNode
NormalizeWhitespaceCore
(string indentation, string eol, bool elasticTrivia)
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxNode.vb (1)
444
Protected Overrides Function
NormalizeWhitespaceCore
(indentation As String, eol As String, elasticTrivia As Boolean) As SyntaxNode
2 references to NormalizeWhitespaceCore
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNodeExtensions.cs (2)
301
return (TNode)node.
NormalizeWhitespaceCore
(indentation, DefaultEOL, elasticTrivia);
316
return (TNode)node.
NormalizeWhitespaceCore
(indentation, eol, elasticTrivia);