12 references to CreatePointerTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3722
return
CreatePointerTypeSymbol
(elementType.EnsureCSharpSymbolOrNull(nameof(elementType)), elementType.NullableAnnotation.ToInternalAnnotation()).GetPublicSymbol();
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
58
stackAllocNode.Syntax, elementType, stackSize, initializerOpt, _compilation.
CreatePointerTypeSymbol
(elementType));
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenReadonlyStructTests.cs (2)
901
type = (TypeSymbol)comp.
CreatePointerTypeSymbol
(comp.ObjectType);
1065
type = (TypeSymbol)comp.
CreatePointerTypeSymbol
(comp.ObjectType);
Emit\EditAndContinue\SymbolMatcherTests.cs (1)
476
var member = compilation1.
CreatePointerTypeSymbol
(elementType);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\OperatorTests.cs (7)
7498
type = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Byte));
7867
types[types.Length - 2] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Byte));
7870
types[types.Length - 1] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_SByte));
8027
types[types.Length - 2] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Byte));
8030
types[types.Length - 1] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_SByte));
8281
compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Void)),
8282
compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Void)),