2 references to GetTypeFromCLSID
System.Web (2)
Configuration\RemoteWebConfigurationHost.cs (1)
491Type type = Type.GetTypeFromCLSID(typeof(RemoteWebConfigurationHostServer).GUID, server, true);
httpserverutility.cs (1)
142type = Type.GetTypeFromCLSID(guid, null, true /*throwOnError*/);