24 references to DynamicLibPrefix
Microsoft.NET.Build.Tests (6)
DepsFileSkipTests.cs (1)
102string filenameToSkip = FileConstants.DynamicLibPrefix + "coreclr" + FileConstants.DynamicLibSuffix;
GivenThatWeWantToBuildASelfContainedApp.cs (2)
61$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 62$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
GivenThatWeWantToCopyLocalDependencies.cs (3)
341$"{FileConstants.DynamicLibPrefix}clrjit{FileConstants.DynamicLibSuffix}", 342$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 343$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
Microsoft.NET.Publish.Tests (18)
GivenThatWeWantToPublishAHelloWorldProject.cs (7)
104$"{FileConstants.DynamicLibPrefix}coreclr{FileConstants.DynamicLibSuffix}", 105$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 106$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 894$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 895$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 901$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 902$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
GivenThatWeWantToPublishAnAppWithLibrariesAndRid.cs (3)
42$"{FileConstants.DynamicLibPrefix}coreclr{FileConstants.DynamicLibSuffix}", 43$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 44$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
GivenThatWeWantToPublishAProjectWithDependencies.cs (1)
189$"{FileConstants.DynamicLibPrefix}coreclr{FileConstants.DynamicLibSuffix}"
GivenThatWeWantToPublishAWebApp.cs (6)
93$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 94$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 217$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 218$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}", 224$"{FileConstants.DynamicLibPrefix}hostfxr{FileConstants.DynamicLibSuffix}", 225$"{FileConstants.DynamicLibPrefix}hostpolicy{FileConstants.DynamicLibSuffix}",
GivenThatWeWantToStoreAProjectWithDependencies.cs (1)
13private static readonly string _libPrefix = FileConstants.DynamicLibPrefix;