3 references to NullContract
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (3)
20
public static ServiceEndpoint NullServiceEndpoint = new ServiceEndpoint(
NullContract
);
1328
if (policyContext.Contract ==
NullContract
)
2657
ServiceEndpoint bootstrapEndpoint = new ServiceEndpoint(
NullContract
);