5 references to IsCacheable
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (4)
979
Debug.Assert(this.
IsCacheable
);
997
Debug.Assert(this.
IsCacheable
);
1007
Debug.Assert(this.
IsCacheable
);
1018
Debug.Assert(this.
IsCacheable
);
Syntax\InternalSyntax\SyntaxNodeCache.cs (1)
146
return child1 == null || child1.
IsCacheable
;