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