1 write to Id
Microsoft.CodeAnalysis (1)
MetadataReference\Metadata.cs (1)
42this.Id = id;
5 references to Id
Microsoft.CodeAnalysis (4)
MetadataReference\AssemblyMetadata.cs (1)
77: base(isImageOwner: false, id: other.Id)
MetadataReference\ModuleMetadata.cs (1)
53: base(isImageOwner: false, id: metadata.Id)
MetadataReference\PortableExecutableReference.cs (2)
175/// This will be equivalent to calling <see cref="GetMetadata()"/>.<see cref="Metadata.Id"/>, 183return GetMetadataNoCopy().Id;
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
406return new UniqueDocumentKey(containingAssembly.Identity, containingAssembly.GetMetadata()?.Id, project.Language, SymbolKey.Create(topLevelNamedType, cancellationToken), signaturesOnly);