6 references to Create
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
EditAndContinue\EditAndContinueMethodDebugInfoReaderTests.cs (5)
36
Assert.Throws<ArgumentNullException>(() => EditAndContinueMethodDebugInfoReader.
Create
((ISymUnmanagedReader5)null));
38
Assert.Throws<ArgumentNullException>(() => EditAndContinueMethodDebugInfoReader.
Create
(null, 1));
41
Assert.Throws<ArgumentOutOfRangeException>(() => EditAndContinueMethodDebugInfoReader.
Create
(mockSymReader, 0));
42
Assert.Throws<ArgumentOutOfRangeException>(() => EditAndContinueMethodDebugInfoReader.
Create
(mockSymReader, -1));
79
reader = EditAndContinueMethodDebugInfoReader.
Create
((ISymUnmanagedReader5)symReader, version: 1);
Microsoft.CodeAnalysis.Features (1)
Debugging\DebugInformationReaderProvider.cs (1)
82
=> EditAndContinueMethodDebugInfoReader.
Create
(_symReader, _version);