7 references to SetLastError
ILAssembler (1)
GrammarVisitor.cs (1)
4475
return new(MethodImportAttributes.
SetLastError
);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
510
Debug.Assert((int)MethodImportAttributes.
SetLastError
== (int)PInvokeAttributes.SetLastError);
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
93
return (_flags & MethodImportAttributes.
SetLastError
) != 0;
195
result |= MethodImportAttributes.
SetLastError
;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
299
Return result Or MethodImportAttributes.CallingConventionWinApi Or MethodImportAttributes.
SetLastError
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
67
importAttributes |= MethodImportAttributes.
SetLastError
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
147
SetLastError = (a & MethodImportAttributes.
SetLastError
) != 0,