4 references to RelativePath
Microsoft.Extensions.DotNetDeltaApplier (2)
MetadataUpdateHandlerInvoker.cs (1)
246
action(update.AssemblyName, update.IsApplicationProject, update.
RelativePath
, update.Contents);
NamedPipeContract.cs (1)
160
await stream.WriteAsync(Update.
RelativePath
, cancellationToken);
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
StaticAssetUpdateRequestTests.cs (2)
33
Assert.Equal(initial.Update.
RelativePath
, read.Update.
RelativePath
);