6 references to IsCacheable
Microsoft.CodeAnalysis (6)
Syntax\GreenNode.cs (5)
452internal virtual bool ShouldReuseInSerialization => this.IsCacheable; 991Debug.Assert(this.IsCacheable); 1009Debug.Assert(this.IsCacheable); 1018Debug.Assert(this.IsCacheable); 1028Debug.Assert(this.IsCacheable);
Syntax\InternalSyntax\SyntaxNodeCache.cs (1)
146return child1 == null || child1.IsCacheable;