1 write to _document
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (1)
50
_document
= document;
2 references to _document
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (2)
72
var editor = await DocumentEditor.CreateAsync(
_document
, cancellationToken).ConfigureAwait(false);
73
var model = await
_document
.GetRequiredSemanticModelAsync(cancellationToken).ConfigureAwait(false);