5 references to IsCacheable
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (4)
980
Debug.Assert(this.
IsCacheable
);
998
Debug.Assert(this.
IsCacheable
);
1008
Debug.Assert(this.
IsCacheable
);
1019
Debug.Assert(this.
IsCacheable
);
Syntax\InternalSyntax\SyntaxNodeCache.cs (1)
146
return child1 == null || child1.
IsCacheable
;