6 references to Create
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
EditAndContinue\ActiveStatementsMapTests.cs (5)
115
var map = ActiveStatementsMap.
Create
(debugInfos, remapping: ImmutableDictionary<ManagedMethodId, ImmutableArray<NonRemappableRegion>>.Empty);
165
var map = ActiveStatementsMap.
Create
(debugInfos, remapping: ImmutableDictionary<ManagedMethodId, ImmutableArray<NonRemappableRegion>>.Empty);
223
var map = ActiveStatementsMap.
Create
(debugInfos, remapping.ToImmutable());
281
var map = ActiveStatementsMap.
Create
(debugInfos, remapping);
320
var map = ActiveStatementsMap.
Create
(debugInfos, remapping);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
257
return ActiveStatementsMap.
Create
(debugInfos, NonRemappableRegions);