2 instantiations of ThrowingExecutableReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Host\Metadata\MetadataServiceFactory.cs (2)
33
return new
ThrowingExecutableReference
(path, properties, documentationProvider, e);
50
=> new
ThrowingExecutableReference
(FilePath!, properties, documentationProvider, exception);