3 references to IndexOf
System.Xaml (3)
System\Xaml\Schema\ClrNamespaceUriParser.cs (3)
27
int colonIdx = KS.
IndexOf
(uriInput, ':');
40
int semicolonIdx = KS.
IndexOf
(uriInput, ';');
54
int equalIdx = KS.
IndexOf
(uriInput, '=');