2 references to GetRequiredAnalyzerConfigDocument
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditSession.cs (2)
398var document = newProject.GetRequiredAnalyzerConfigDocument(documentId); 399if (!await ContentEqualsAsync(oldProject.GetRequiredAnalyzerConfigDocument(documentId), document, cancellationToken).ConfigureAwait(false))