1 override of ApplyDirectives
Microsoft.CodeAnalysis.CSharp (1)
Syntax\InternalSyntax\SyntaxToken.cs (1)
374
internal override DirectiveStack
ApplyDirectives
(DirectiveStack stack)
5 references to ApplyDirectives
Microsoft.CodeAnalysis.CSharp (5)
CSharpExtensions.cs (2)
324
return ((Syntax.InternalSyntax.CSharpSyntaxNode)node.Green).
ApplyDirectives
(stack);
329
return ((Syntax.InternalSyntax.CSharpSyntaxNode)token.Node!).
ApplyDirectives
(stack);
Parser\Lexer.cs (1)
2418
_directives = directive.
ApplyDirectives
(_directives);
Syntax\CSharpSyntaxTree.cs (1)
163
InternalSyntax.DirectiveStack.InterlockedInitialize(ref _lazyDirectives, GetRoot().CsGreen.
ApplyDirectives
(InternalSyntax.DirectiveStack.Empty));
Syntax\InternalSyntax\CSharpSyntaxNode.cs (1)
172
return ((CSharpSyntaxNode)listOrNode).
ApplyDirectives
(stack);