6 references to Create
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
247return ActiveStatementsMap.Create(debugInfos, NonRemappableRegions);
Microsoft.CodeAnalysis.Features.UnitTests (5)
EditAndContinue\ActiveStatementsMapTests.cs (5)
143var map = ActiveStatementsMap.Create(debugInfos, remapping: ImmutableDictionary<ManagedMethodId, ImmutableArray<NonRemappableRegion>>.Empty); 195var map = ActiveStatementsMap.Create(debugInfos, remapping: ImmutableDictionary<ManagedMethodId, ImmutableArray<NonRemappableRegion>>.Empty); 255var map = ActiveStatementsMap.Create(debugInfos, remapping.ToImmutable()); 314var map = ActiveStatementsMap.Create(debugInfos, remapping); 354var map = ActiveStatementsMap.Create(debugInfos, remapping);