3 instantiations of PlatformManifestEntry
Microsoft.DotNet.SharedFramework.Sdk (3)
src\GeneratePlatformManifestEntriesFromFileList.cs (1)
28entries.Add(new PlatformManifestEntry
src\GeneratePlatformManifestEntriesFromTemplate.cs (2)
39entries.Add(new PlatformManifestEntry 73entries.Add(new PlatformManifestEntry
3 references to PlatformManifestEntry
Microsoft.DotNet.SharedFramework.Sdk (3)
src\GeneratePlatformManifestEntriesFromFileList.cs (1)
25var entries = new List<PlatformManifestEntry>();
src\GeneratePlatformManifestEntriesFromTemplate.cs (2)
31List<PlatformManifestEntry> entries = new List<PlatformManifestEntry>();