5 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\DocumentState.cs (1)
571if (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)) 209if (this.TextAndVersionSource.TryGetValue(LoadTextOptions, out var textAndVersion))