1 write to IsNameSetExplicit
System.ServiceModel.Primitives (1)
System\ServiceModel\MessageParameterAttribute.cs (1)
27_name = value; IsNameSetExplicit = true;
1 reference to IsNameSetExplicit
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
1287XmlName name = paramAttr == null || !paramAttr.IsNameSetExplicit ? defaultName : new XmlName(paramAttr.Name);