1 instantiation of MetadataLambdasAndClosures
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
615
return new
MetadataLambdasAndClosures
(lambdasBuilder.ToImmutableAndFree(), closureTreeBuilder.ToImmutable());
7 references to MetadataLambdasAndClosures
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\DefinitionMap.cs (7)
45
/// Caches <see cref="
MetadataLambdasAndClosures
"/> for named PE types.
47
private ImmutableDictionary<INamedTypeSymbolInternal,
MetadataLambdasAndClosures
> _metadataLambdasAndClosures
48
= ImmutableDictionary<INamedTypeSymbolInternal,
MetadataLambdasAndClosures
>.Empty;
504
var
map = GetMetadataLambdaAndClosureMap(method.ContainingType, methodId);
596
private
MetadataLambdasAndClosures
GetMetadataLambdaAndClosureMap(INamedTypeSymbolInternal peType, DebugId methodId)
603
private
MetadataLambdasAndClosures
CreateLambdaAndClosureMap(
768
MetadataLambdasAndClosures
map,