9 references to FindDocumentsWithGlobalSuppressMessageAttributeAsync
Microsoft.CodeAnalysis.Workspaces (9)
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (1)
63
result.AddRange(await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(
FindSymbols\FindReferences\Finders\EventSymbolReferenceFinder.cs (1)
45
var documentsWithGlobalAttributes = await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(project, documents, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\FieldSymbolReferenceFinder.cs (1)
38
var documentsWithGlobalAttributes = await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(project, documents, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\NamedTypeSymbolReferenceFinder.cs (1)
72
result.AddRange(await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(
FindSymbols\FindReferences\Finders\NamespaceSymbolReferenceFinder.cs (1)
51
var documentsWithGlobalAttributes = await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(project, documents, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\OperatorSymbolReferenceFinder.cs (1)
30
var documentsWithGlobalAttributes = await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(project, documents, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
81
var documentsWithGlobalAttributes = await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(
FindSymbols\FindReferences\Finders\PropertyAccessorSymbolReferenceFinder.cs (1)
59
var documentsWithGlobalAttributes = await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(project, documents, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
116
var documentsWithGlobalAttributes = await
FindDocumentsWithGlobalSuppressMessageAttributeAsync
(project, documents, cancellationToken).ConfigureAwait(false);