1 write to NativeLibraryGroups
Microsoft.Extensions.DependencyModel (1)
RuntimeLibrary.cs (1)
114
NativeLibraryGroups
= nativeLibraryGroups;
8 references to NativeLibraryGroups
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
918
foreach (var rtLib in depContext.RuntimeLibraries.Where(l => l.
NativeLibraryGroups
.Count == 0))
Microsoft.Extensions.DependencyModel (7)
DependencyContextExtensions.cs (4)
50
return ResolveAssets(context, string.Empty, self.
NativeLibraryGroups
);
57
return ResolveRuntimeFiles(context, string.Empty, self.
NativeLibraryGroups
);
66
return ResolveAssets(context, runtimeIdentifier, self.
NativeLibraryGroups
);
75
return ResolveRuntimeFiles(context, runtimeIdentifier, self.
NativeLibraryGroups
);
DependencyContextWriter.cs (3)
240
AddAssets(DependencyContextStrings.NativeLibrariesKey, runtimeLibrary.
NativeLibraryGroups
.GetDefaultGroup(), jsonWriter);
279
AddAssets(DependencyContextStrings.NativeLibrariesKey, runtimeLibrary.
NativeLibraryGroups
.GetDefaultGroup(), jsonWriter);
285
wroteObjectStart = AddRuntimeSpecificAssetGroups(DependencyContextStrings.NativeAssetType, runtimeLibrary.
NativeLibraryGroups
, wroteObjectStart, jsonWriter);