4 references to Contents
Microsoft.Extensions.DotNetDeltaApplier (2)
MetadataUpdateHandlerInvoker.cs (1)
246
action(update.AssemblyName, update.IsApplicationProject, update.RelativePath, update.
Contents
);
NamedPipeContract.cs (1)
161
await stream.WriteByteArrayAsync(Update.
Contents
, cancellationToken);
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
StaticAssetUpdateRequestTests.cs (2)
35
AssertEx.SequenceEqual(initial.Update.
Contents
, read.Update.
Contents
);