12 references to PointerType
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
350PointerType(symbol.PointedAtType.GenerateTypeSyntax()),
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
350PointerType(symbol.PointedAtType.GenerateTypeSyntax()),
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSExportGenerator.cs (1)
125Parameter(Identifier(Constants.ArgumentsBuffer)).WithType(PointerType(ParseTypeName(Constants.JSMarshalerArgumentGlobal))))))
Microsoft.Interop.SourceGeneration (8)
Marshalling\BlittableMarshaller.cs (1)
50PointerType(AsNativeType(info).Syntax),
Marshalling\CharMarshaller.cs (3)
58PointerType(PredefinedType(Token(SyntaxKind.CharKeyword))), 70VariableDeclaration(PointerType(AsNativeType(info).Syntax), 75PointerType(AsNativeType(info).Syntax),
Marshalling\MarshallingGeneratorExtensions.cs (2)
26SignatureBehavior.PointerToNativeType => PointerType(generator.NativeType.Syntax), 99SignatureBehavior.PointerToNativeType => PointerType(generator.NativeType.Syntax),
Marshalling\StaticPinnableManagedValueMarshaller.cs (1)
81PointerType(PredefinedType(Token(SyntaxKind.VoidKeyword))),
TypeNames.cs (1)
46public static TypeSyntax VoidStar { get; } = PointerType(PredefinedType(Token(SyntaxKind.VoidKeyword)));
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
350PointerType(symbol.PointedAtType.GenerateTypeSyntax()),