3 instantiations of PlatformManifestEntry
Microsoft.DotNet.SharedFramework.Sdk (3)
src\GeneratePlatformManifestEntriesFromFileList.cs (1)
32entries.Add(new PlatformManifestEntry
src\GeneratePlatformManifestEntriesFromTemplate.cs (2)
43entries.Add(new PlatformManifestEntry 77entries.Add(new PlatformManifestEntry
3 references to PlatformManifestEntry
Microsoft.DotNet.SharedFramework.Sdk (3)
src\GeneratePlatformManifestEntriesFromFileList.cs (1)
28var entries = new List<PlatformManifestEntry>();
src\GeneratePlatformManifestEntriesFromTemplate.cs (2)
34List<PlatformManifestEntry> entries = new List<PlatformManifestEntry>();