12 references to CreatePointerTypeSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
4084
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 (2)
CodeGen\CodeGenReadonlyStructTests.cs (2)
901
type = (TypeSymbol)comp.
CreatePointerTypeSymbol
(comp.ObjectType);
1065
type = (TypeSymbol)comp.
CreatePointerTypeSymbol
(comp.ObjectType);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\SymbolMatcherTests.cs (1)
409
var member = compilation1.
CreatePointerTypeSymbol
(elementType);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\OperatorTests.cs (7)
7500
type = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Byte));
7869
types[types.Length - 2] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Byte));
7872
types[types.Length - 1] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_SByte));
8029
types[types.Length - 2] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Byte));
8032
types[types.Length - 1] = compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_SByte));
8283
compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Void)),
8284
compilation.
CreatePointerTypeSymbol
(compilation.GetSpecialType(SpecialType.System_Void)),