4 references to System_Exception
Microsoft.Interop.ComInterfaceGenerator (3)
VirtualMethodPointerStubGenerator.cs (2)
222
new ReferenceTypeInfo(TypeNames.GlobalAlias + TypeNames.
System_Exception
, TypeNames.
System_Exception
),
VtableIndexStubGenerator.cs (1)
353
compilation.GetTypeByMetadataName(TypeNames.
System_Exception
),
Microsoft.Interop.SourceGeneration (1)
TypeNames.cs (1)
118
public static TypeSyntax System_Exception => _System_Exception ??= ParseTypeName(TypeNames.GlobalAlias + TypeNames.
System_Exception
);