2 references to s_xdrTypes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
160
int i = Array.BinarySearch(
s_xdrTypes
, name, null);
161
return i < 0 ? null : (DatatypeImplementation)
s_xdrTypes
[i];