4 references to StartsWithAsciiIgnoreCasePrefixLower
System.Runtime.Remoting (4)
channels\http\httpchannelhelper.cs (2)
41
if (StringHelper.
StartsWithAsciiIgnoreCasePrefixLower
(url, _http))
45
if (StringHelper.
StartsWithAsciiIgnoreCasePrefixLower
(url, _https))
channels\ipc\ipcchannelhelper.cs (1)
28
return StringHelper.
StartsWithAsciiIgnoreCasePrefixLower
(url, _ipc);
channels\tcp\tcpchannelhelper.cs (1)
36
if (StringHelper.
StartsWithAsciiIgnoreCasePrefixLower
(url, _tcp))