4 references to Empty
Microsoft.CodeAnalysis.CSharp (4)
Syntax\CSharpSyntaxTree.cs (3)
163
InternalSyntax.DirectiveStack.InterlockedInitialize(ref _lazyDirectives, GetRoot().CsGreen.ApplyDirectives(InternalSyntax.DirectiveStack.
Empty
));
219
directives = InternalSyntax.DirectiveStack.
Empty
;
232
InternalSyntax.DirectiveStack currentState = InternalSyntax.DirectiveStack.
Empty
;
Syntax\CSharpSyntaxTree.DebuggerSyntaxTree.cs (1)
24
directives: Syntax.InternalSyntax.DirectiveStack.
Empty
,