5 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\DocumentState.cs (1)
584if (TextAndVersionSource.TryGetValue(LoadTextOptions, out var textAndVersion))
Workspace\Solution\TextDocumentState.cs (4)
82if (this.TextAndVersionSource.TryGetValue(LoadTextOptions, out var textAndVersion)) 98=> TextAndVersionSource.TryGetValue(LoadTextOptions, out textAndVersion); 188if (this.TextAndVersionSource.TryGetValue(LoadTextOptions, out var textAndVersion)) 203if (this.TextAndVersionSource.TryGetValue(LoadTextOptions, out var textAndVersion))