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)
160public PlatformString hostfxr_version; 163public PlatformString hostfxr_commit_hash; 195public PlatformString name; 198public PlatformString version; 201public PlatformString path; 221public PlatformString version; 224public PlatformString path; 283internal delegate void hostfxr_error_writer_fn(PlatformString message); 303internal static unsafe partial delegate* unmanaged[Cdecl]<PlatformString, void> hostfxr_set_error_writer( 308delegate* unmanaged[Cdecl]<PlatformString, void> error_writer); 322internal delegate void hostfxr_resolve_sdk2_result_fn(hostfxr_resolve_sdk2_result_key_t key, PlatformString value); 402localResult[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)