2 instantiations of ErrorWrapper
mscorlib (2)
system\rttype.cs (1)
5770aArgs[i] = new ErrorWrapper(aArgs[i]);
system\variant.cs (1)
629v = new Variant(new ErrorWrapper(iv.ToInt32(provider)));
5 references to ErrorWrapper
mscorlib (4)
system\rttype.cs (1)
5712wrapperType = typeof(ErrorWrapper);
system\Runtime\InteropServices\Variant.cs (1)
196*(int*)this._typeUnion._unionTypes._byref = ((ErrorWrapper)value).ErrorCode;
system\variant.cs (2)
323else if (obj is ErrorWrapper) 326obj = (Object)(((ErrorWrapper)obj).ErrorCode);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusTypeLoader.cs (1)
198operationDescription.KnownTypes.Add(typeof(ErrorWrapper));