10 references to FunctionPointerUnmanagedCallingConvention
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
165=> FunctionPointerUnmanagedCallingConvention(Identifier(identifier));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
10443=> SyntaxFactory.FunctionPointerUnmanagedCallingConvention(SyntaxFactory.Identifier("Name"));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
165=> FunctionPointerUnmanagedCallingConvention(Identifier(identifier));
Microsoft.Interop.ComInterfaceGenerator (6)
ComInterfaceGenerator.cs (4)
384ImmutableArray.Create(FunctionPointerUnmanagedCallingConvention(Identifier("MemberFunction")))); 590FunctionPointerUnmanagedCallingConvention(Identifier("MemberFunction"))))), 606FunctionPointerUnmanagedCallingConvention(Identifier("MemberFunction"))))), 620FunctionPointerUnmanagedCallingConvention(Identifier("MemberFunction"))))),
VirtualMethodPointerStubGenerator.cs (2)
293callingConventions.Add(FunctionPointerUnmanagedCallingConvention(Identifier("SuppressGCTransition"))); 308callingConventions.Add(FunctionPointerUnmanagedCallingConvention(Identifier(callConvSymbol.Name.Substring("CallConv".Length))));
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
165=> FunctionPointerUnmanagedCallingConvention(Identifier(identifier));