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