7 references to s_noAnnotations
Microsoft.CodeAnalysis (7)
Syntax\GreenNode.cs (7)
469
if (annotations ==
s_noAnnotations
)
488
if (annotations ==
s_noAnnotations
)
507
if (annotations ==
s_noAnnotations
)
532
if (annotations ==
s_noAnnotations
)
560
if (annotations ==
s_noAnnotations
)
582
return
s_noAnnotations
;
587
Debug.Assert(annotations !=
s_noAnnotations
, "annotations should not be s_noAnnotations");