1 instantiation of MetadataContextId
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
MetadataContextId.cs (1)
36
MakeAssemblyReferencesKind.AllReferences => new
MetadataContextId
(moduleVersionId),
7 references to MetadataContextId
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (7)
MetadataContext.cs (2)
14
internal readonly ImmutableDictionary<
MetadataContextId
, TAssemblyContext> AssemblyContexts;
16
internal MetadataContext(ImmutableArray<MetadataBlock> metadataBlocks, ImmutableDictionary<
MetadataContextId
, TAssemblyContext> assemblyContexts)
MetadataContextId.cs (5)
13
internal readonly struct MetadataContextId : IEquatable<
MetadataContextId
>
22
public bool Equals(
MetadataContextId
other)
26
=> obj is
MetadataContextId
&& Equals((
MetadataContextId
)obj);
31
internal static
MetadataContextId
GetContextId(Guid moduleVersionId, MakeAssemblyReferencesKind kind)