2 references to Dehydrate
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
89
: SerializableClassifiedSpans.
Dehydrate
(classifiedSpans.WhereAsArray(c => c.TextSpan.IntersectsWith(textSpan)));
Services\SemanticClassification\RemoteSemanticClassificationService.cs (1)
58
return SerializableClassifiedSpans.
Dehydrate
(temp.ToImmutable());