18 references to PlatformString
Microsoft.DotNet.NativeWrapper (18)
_generated\0\LibraryImports.g.cs (2)
44internal 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 (12)
172public PlatformString hostfxr_version; 175public PlatformString hostfxr_commit_hash; 207public PlatformString name; 210public PlatformString version; 213public PlatformString path; 233public PlatformString version; 236public PlatformString path; 295internal delegate void hostfxr_error_writer_fn(PlatformString message); 315internal static unsafe partial delegate* unmanaged[Cdecl]<PlatformString, void> hostfxr_set_error_writer( 320delegate* unmanaged[Cdecl]<PlatformString, void> error_writer); 334internal delegate void hostfxr_resolve_sdk2_result_fn(hostfxr_resolve_sdk2_result_key_t key, PlatformString value); 414localResult[i] = ((PlatformString*)sdk_dirs)[i];
NETCoreSdkResolverNativeWrapper.cs (1)
32var previousErrorWriter = Interop.hostfxr_set_error_writer((delegate* unmanaged[Cdecl]<PlatformString, void>)errorWriter);
PlatformString.cs (2)
40/// Implicit conversion from <see cref="PlatformString"/> to <see cref="string"/>. 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)