16 references to PlatformString
Microsoft.DotNet.NativeWrapper (16)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\LibraryImports.g.cs (2)
47internal static unsafe extern partial delegate* unmanaged[Cdecl]<global::Microsoft.DotNet.NativeWrapper.PlatformString, void> hostfxr_set_error_writer(delegate* unmanaged[Cdecl]<global::Microsoft.DotNet.NativeWrapper.PlatformString, void> error_writer);
Interop.cs (11)
171public PlatformString hostfxr_version; 174public PlatformString hostfxr_commit_hash; 206public PlatformString name; 209public PlatformString version; 212public PlatformString path; 232public PlatformString version; 235public PlatformString path; 316internal static unsafe partial delegate* unmanaged[Cdecl]<PlatformString, void> hostfxr_set_error_writer( 321delegate* unmanaged[Cdecl]<PlatformString, void> error_writer); 335internal delegate void hostfxr_resolve_sdk2_result_fn(hostfxr_resolve_sdk2_result_key_t key, PlatformString value); 415localResult[i] = ((PlatformString*)sdk_dirs)[i];
NETCoreSdkResolverNativeWrapper.cs (1)
66private static void SwallowErrors(PlatformString message)
PlatformString.cs (1)
42public static implicit operator string(PlatformString value) => value.ToString();
SdkResolutionResult.cs (1)
33internal void Initialize(Interop.hostfxr_resolve_sdk2_result_key_t key, PlatformString value)