6 references to UniqueDocumentKey
Microsoft.CodeAnalysis.Features (6)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (6)
46
private readonly Dictionary<
UniqueDocumentKey
, MetadataAsSourceGeneratedFileInfo> _keyToInformation = [];
105
var
infoKey = await GetUniqueDocumentKeyAsync(sourceProject, topLevelNamedType, signaturesOnly: !useDecompiler, cancellationToken).ConfigureAwait(false);
366
private static async Task<
UniqueDocumentKey
> GetUniqueDocumentKeyAsync(Project project, INamedTypeSymbol topLevelNamedType, bool signaturesOnly, CancellationToken cancellationToken)
384
private sealed class UniqueDocumentKey : IEquatable<
UniqueDocumentKey
>
425
public bool Equals(
UniqueDocumentKey
? other)
441
=> Equals(obj as
UniqueDocumentKey
);