2 references to IsValidNCName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
174
if (
IsValidNCName
(name))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
661
Fx.Assert(NamingHelper.
IsValidNCName
(operationName), "operationName value has to be a valid NCName.");