11 references to FunctionPointerUnmanagedCallingConvention
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
779var newNode = SyntaxFactory.FunctionPointerUnmanagedCallingConvention(name);
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)
10403=> 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)
405ImmutableArray.Create(FunctionPointerUnmanagedCallingConvention(Identifier("MemberFunction")))); 611FunctionPointerUnmanagedCallingConvention(Identifier("MemberFunction"))))), 627FunctionPointerUnmanagedCallingConvention(Identifier("MemberFunction"))))), 641FunctionPointerUnmanagedCallingConvention(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));