packages/@jsii/dotnet-runtime/src/Amazon.JSII.Runtime/Services/IJsiiRuntimeProvider.cs (7 lines of code) (raw):

namespace Amazon.JSII.Runtime.Services { internal interface IJsiiRuntimeProvider { string? JsiiRuntimePath { get; } } }