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