16 references to PlatformString
Microsoft.DotNet.NativeWrapper (16)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\LibraryImports.g.cs (2)
47
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 (11)
171
public
PlatformString
hostfxr_version;
174
public
PlatformString
hostfxr_commit_hash;
206
public
PlatformString
name;
209
public
PlatformString
version;
212
public
PlatformString
path;
232
public
PlatformString
version;
235
public
PlatformString
path;
316
internal static unsafe partial delegate* unmanaged[Cdecl]<
PlatformString
, void> hostfxr_set_error_writer(
321
delegate* unmanaged[Cdecl]<
PlatformString
, void> error_writer);
335
internal delegate void hostfxr_resolve_sdk2_result_fn(hostfxr_resolve_sdk2_result_key_t key,
PlatformString
value);
415
localResult[i] = ((
PlatformString
*)sdk_dirs)[i];
NETCoreSdkResolverNativeWrapper.cs (1)
66
private static void SwallowErrors(
PlatformString
message)
PlatformString.cs (1)
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)