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