2 references to GetDirectives
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxEquivalence.cs (2)
262
using var beforeDirectivesEnumerator = ((Green.CSharpSyntaxNode)before).
GetDirectives
().GetEnumerator();
263
using var afterDirectivesEnumerator = ((Green.CSharpSyntaxNode)after).
GetDirectives
().GetEnumerator();