2 references to IsValidNCName
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ServiceReflector.cs (1)
185
if (
IsValidNCName
(name))
System\ServiceModel\Description\TypeLoader.cs (1)
674
Fx.Assert(NamingHelper.
IsValidNCName
(operationName), "operationName value has to be a valid NCName.");