7 references to s_noAnnotations
Microsoft.CodeAnalysis (7)
Syntax\GreenNode.cs (7)
463
if (annotations ==
s_noAnnotations
)
482
if (annotations ==
s_noAnnotations
)
501
if (annotations ==
s_noAnnotations
)
526
if (annotations ==
s_noAnnotations
)
554
if (annotations ==
s_noAnnotations
)
576
return
s_noAnnotations
;
581
Debug.Assert(annotations !=
s_noAnnotations
, "annotations should not be s_noAnnotations");