3 references to OnRequiredAttributeMissing
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (3)
228
OnRequiredAttributeMissing
(attributeName.Value, null);
244
OnRequiredAttributeMissing
(name.Value, reader == null ? null : reader.Name);
253
OnRequiredAttributeMissing
(name.Value, ns == null ? null : ns.Value);