5 references to Name
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (1)
96
var actionParams = (from p in Headers.ContentType.Parameters where p.
Name
== "action" select p).ToArray();
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
AntiforgeryTests.cs (3)
49
Assert.Equal("no-cache", pragmaValue.
Name
);
101
Assert.Equal("no-cache", pragmaValue.
Name
);
183
Assert.Equal("no-cache", pragmaValue.
Name
);
Microsoft.Extensions.AI.Integration.Tests (1)
VerbatimMultiPartHttpHandler.cs (1)
62
.FirstOrDefault(p => p.
Name
== "boundary")?.Value;