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