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