5 references to _document
Microsoft.CodeAnalysis.Features (5)
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.ConstructorDelegatingCodeAction.cs (5)
40
var project =
_document
.Project;
43
var semanticModel = await
_document
.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);
54
var useThrowExpressions = await _service.PrefersThrowExpressionAsync(
_document
, cancellationToken).ConfigureAwait(false);
72
var syntaxTree = await
_document
.GetRequiredSyntaxTreeAsync(cancellationToken).ConfigureAwait(false);
85
_document
.Project.Solution,