12 references to ErrorHandlingLocation
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
226ErrorHandlingLocation.HiddenReturnValue);
Microsoft.Interop.LibraryImportGenerator (6)
ErrorHandlingInfoParser.cs (6)
39|| locationValue is < (int)ErrorHandlingLocation.ReturnValue or > (int)ErrorHandlingLocation.HiddenLastParameter) 51ErrorHandlingLocation location = (ErrorHandlingLocation)locationValue; 52if (location == ErrorHandlingLocation.ReturnValue 60if (location == ErrorHandlingLocation.LastParameter
Microsoft.Interop.SourceGeneration (5)
SignatureContext.cs (4)
192case ErrorHandlingLocation.ReturnValue: 206case ErrorHandlingLocation.HiddenReturnValue: 227case ErrorHandlingLocation.LastParameter: 234case ErrorHandlingLocation.HiddenLastParameter:
TypePositionInfo.cs (1)
149ErrorHandlingLocation Location);