2 references to IriDotCharacters
System.Private.Uri (2)
System\DomainNameHelper.cs (2)
145
? hostname.IndexOfAny(
IriDotCharacters
)
236
int dotIndex = label.IndexOfAny(
IriDotCharacters
);