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