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