18 references to PlatformString
Microsoft.DotNet.NativeWrapper (18)
_generated\0\LibraryImports.g.cs (2)
44
internal 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)
160
public
PlatformString
hostfxr_version;
163
public
PlatformString
hostfxr_commit_hash;
195
public
PlatformString
name;
198
public
PlatformString
version;
201
public
PlatformString
path;
221
public
PlatformString
version;
224
public
PlatformString
path;
283
internal delegate void hostfxr_error_writer_fn(
PlatformString
message);
303
internal static unsafe partial delegate* unmanaged[Cdecl]<
PlatformString
, void> hostfxr_set_error_writer(
308
delegate* unmanaged[Cdecl]<
PlatformString
, void> error_writer);
322
internal delegate void hostfxr_resolve_sdk2_result_fn(hostfxr_resolve_sdk2_result_key_t key,
PlatformString
value);
402
localResult[i] = ((
PlatformString
*)sdk_dirs)[i];
NETCoreSdkResolverNativeWrapper.cs (1)
32
var 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"/>.
42
public static implicit operator string(
PlatformString
value) => value.ToString();
SdkResolutionResult.cs (1)
33
internal void Initialize(Interop.hostfxr_resolve_sdk2_result_key_t key,
PlatformString
value)