1 implementation of MetadataReferences
Microsoft.DotNet.ApiSymbolExtensions (1)
AssemblySymbolLoader.cs (1)
344public IEnumerable<MetadataReference> MetadataReferences => _cSharpCompilation.References;
3 references to MetadataReferences
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
180MetadataReferences = loader.MetadataReferences,
Microsoft.DotNet.GenAPI (2)
CSharpAssemblyDocumentGenerator.cs (1)
62project = project.AddMetadataReferences(_options.MetadataReferences ?? _options.Loader.MetadataReferences);
GenAPIApp.cs (1)
95loader.MetadataReferences,