1 instantiation of MetadataLambdasAndClosures
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DefinitionMap.cs (1)
557
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;
446
var
map = GetMetadataLambdaAndClosureMap(method.ContainingType, methodId);
538
private
MetadataLambdasAndClosures
GetMetadataLambdaAndClosureMap(INamedTypeSymbolInternal peType, DebugId methodId)
545
private
MetadataLambdasAndClosures
CreateLambdaAndClosureMap(
710
MetadataLambdasAndClosures
map,