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