7 references to ToFullString
Microsoft.CodeAnalysis (2)
Syntax\SyntaxDiffer.cs (2)
375if (stackNode.ToFullString() == node.ToFullString())
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\TopLevelStatementsTests.cs (2)
8866Assert.Equal(node1.ToFullString(), node2.ToFullString());
Microsoft.CodeAnalysis.UnitTests (2)
CommonSyntaxTests.cs (2)
56Assert.Equal("", d.ToFullString()); 73Assert.Equal("", d.ToFullString());
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedLanguageCodeSupport.cs (1)
237var newMemberText = newMember.ToFullString();