2 references to Create
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueMethodDebugInfoReaderTests.cs (1)
37
Assert.Throws<ArgumentNullException>(() => EditAndContinueMethodDebugInfoReader.
Create
((MetadataReader)null));
Microsoft.CodeAnalysis.Features (1)
Debugging\DebugInformationReaderProvider.cs (1)
50
=> EditAndContinueMethodDebugInfoReader.
Create
(_pdbReaderProvider.GetMetadataReader());