1 override of GetValueAsync
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (1)
326public override Task<T> GetValueAsync(CancellationToken cancellationToken)
2 references to GetValueAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (2)
545var semanticModel = await lazySemanticModel.GetValueAsync(cancellationToken).ConfigureAwait(false); 598var semanticModel = await lazySemanticModel.GetValueAsync(cancellationToken).ConfigureAwait(false);