4 writes to SetLastError
Microsoft.Interop.ComInterfaceGenerator (2)
GeneratedComInterfaceAttributeData.cs (1)
22SetLastError = generatedComInterfaceAttr.SetLastError,
VirtualMethodIndexData.cs (1)
29SetLastError = virtualMethodIndex.SetLastError,
Microsoft.Interop.LibraryImportGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
19SetLastError = libraryImport.SetLastError,
Microsoft.Interop.LibraryImportGenerator.Downlevel (1)
src\libraries\System.Runtime.InteropServices\gen\Common\LibraryImportData.cs (1)
19SetLastError = libraryImport.SetLastError,
9 references to SetLastError
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
39methodStub.VtableIndexData.SetLastError,
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\LibraryImportDiagnosticsAnalyzer.cs (1)
228LibraryImportData.From(libraryImportData).SetLastError,
LibraryImportGenerator.cs (2)
300pinvokeStub.LibraryImportData.SetLastError && !options.GenerateForwarders, 445ExpressionSyntax value = CreateBoolExpressionSyntax(target.SetLastError);
Microsoft.Interop.LibraryImportGenerator.Downlevel (5)
DownlevelLibraryImportDiagnosticsAnalyzer.cs (2)
217LibraryImportData.From(libraryImportData).SetLastError, 225|| LibraryImportData.From(libraryImportData).SetLastError)
DownlevelLibraryImportGenerator.cs (3)
218pinvokeStub.LibraryImportData.SetLastError, 227|| pinvokeStub.LibraryImportData.SetLastError) 358ExpressionSyntax value = CreateBoolExpressionSyntax(target.SetLastError);