5 references to CallingConventionWinApi
ILAssembler (1)
GrammarVisitor.cs (1)
4477return new(MethodImportAttributes.CallingConventionWinApi);
Microsoft.CodeAnalysis (1)
Symbols\PlatformInvokeInformation.cs (1)
201result |= MethodImportAttributes.CallingConventionWinApi;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
299Return result Or MethodImportAttributes.CallingConventionWinApi Or MethodImportAttributes.SetLastError
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
125_ => MethodImportAttributes.CallingConventionWinApi // Roslyn defaults with this
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
137MethodImportAttributes.CallingConventionWinApi => CallingConvention.Winapi,