7 references to s_noAnnotations
Microsoft.CodeAnalysis (7)
Syntax\GreenNode.cs (7)
464
if (annotations ==
s_noAnnotations
)
483
if (annotations ==
s_noAnnotations
)
502
if (annotations ==
s_noAnnotations
)
527
if (annotations ==
s_noAnnotations
)
555
if (annotations ==
s_noAnnotations
)
577
return
s_noAnnotations
;
582
Debug.Assert(annotations !=
s_noAnnotations
, "annotations should not be s_noAnnotations");