6 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\VersionSource\LoadableTextAndVersionSource.cs (6)
25/// <see cref="TryGetValue"/>, <see cref="GetValue"/> or <see cref="GetValueAsync"/>. Once non-null will always 54if (!TryGetValue(out var textAndVersion)) 58if (!TryGetValue(out textAndVersion)) 71if (!TryGetValue(out var textAndVersion)) 75if (!TryGetValue(out textAndVersion)) 130=> GetLazyValue(options).TryGetValue(out value);