1 write to Path
Microsoft.Extensions.DependencyModel (1)
ResourceAssembly.cs (1)
25
Path
= path;
2 references to Path
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
223
jsonWriter.WriteStartObject(NormalizePath(resourceAssembly.
Path
));
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToPublishAProjectWithAllFeatures.cs (1)
246
.FirstOrDefault(r => r.Locale == locale && r.
Path
== $"{path}{locale}/{dllName}.resources.dll")