9 references to FindDocumentsWithGlobalSuppressMessageAttributeAsync
Microsoft.CodeAnalysis.Workspaces (9)
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (1)
61await FindDocumentsWithGlobalSuppressMessageAttributeAsync(
FindSymbols\FindReferences\Finders\EventSymbolReferenceFinder.cs (1)
49await FindDocumentsWithGlobalSuppressMessageAttributeAsync(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\FieldSymbolReferenceFinder.cs (1)
40await FindDocumentsWithGlobalSuppressMessageAttributeAsync(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\NamedTypeSymbolReferenceFinder.cs (1)
72await FindDocumentsWithGlobalSuppressMessageAttributeAsync(
FindSymbols\FindReferences\Finders\NamespaceSymbolReferenceFinder.cs (1)
50await FindDocumentsWithGlobalSuppressMessageAttributeAsync(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\OperatorSymbolReferenceFinder.cs (1)
32await FindDocumentsWithGlobalSuppressMessageAttributeAsync(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
83await FindDocumentsWithGlobalSuppressMessageAttributeAsync(
FindSymbols\FindReferences\Finders\PropertyAccessorSymbolReferenceFinder.cs (1)
60await FindDocumentsWithGlobalSuppressMessageAttributeAsync(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
128await FindDocumentsWithGlobalSuppressMessageAttributeAsync(project, documents, processResult, processResultData, cancellationToken).ConfigureAwait(false);