1 instantiation of PortableLibraryFile
Microsoft.Build.Tasks.Core (1)
ResGenDependencies.cs (1)
116PortableLibraryFile temp = portableLibrary ?? new();
10 references to PortableLibraryFile
Microsoft.Build.Tasks.Core (10)
ResGenDependencies.cs (10)
37internal IDictionary<string, PortableLibraryFile> portableLibraries = new Dictionary<string, PortableLibraryFile>(); 114(ITranslator translator, ref PortableLibraryFile portableLibrary) => 116PortableLibraryFile temp = portableLibrary ?? new(); 120count => new Dictionary<string, PortableLibraryFile>(count)); 158internal PortableLibraryFile TryGetPortableLibraryInfo(string libraryPath) 161portableLibraries.TryGetValue(libraryPath, out PortableLibraryFile retVal); 175internal void UpdatePortableLibrary(PortableLibraryFile library) 177if (!portableLibraries.TryGetValue(library.FileName, out PortableLibraryFile cached) || !library.Equals(cached)) 383internal bool Equals(PortableLibraryFile otherLibrary)