16 references to CreatePointerTypeSymbol
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
428typeSymbol = _compilation.CreatePointerTypeSymbol(typeSymbol);
DocumentationCommentId.cs (1)
958typeSymbol = compilation.CreatePointerTypeSymbol(typeSymbol);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
428typeSymbol = _compilation.CreatePointerTypeSymbol(typeSymbol);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenReadonlyStructTests.cs (2)
901type = (TypeSymbol)comp.CreatePointerTypeSymbol(comp.ObjectType); 1065type = (TypeSymbol)comp.CreatePointerTypeSymbol(comp.ObjectType);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\OperatorTests.cs (7)
7499type = compilation.CreatePointerTypeSymbol(compilation.GetSpecialType(SpecialType.System_Byte)); 7868types[types.Length - 2] = compilation.CreatePointerTypeSymbol(compilation.GetSpecialType(SpecialType.System_Byte)); 7871types[types.Length - 1] = compilation.CreatePointerTypeSymbol(compilation.GetSpecialType(SpecialType.System_SByte)); 8028types[types.Length - 2] = compilation.CreatePointerTypeSymbol(compilation.GetSpecialType(SpecialType.System_Byte)); 8031types[types.Length - 1] = compilation.CreatePointerTypeSymbol(compilation.GetSpecialType(SpecialType.System_SByte)); 8282compilation.CreatePointerTypeSymbol(compilation.GetSpecialType(SpecialType.System_Void)), 8283compilation.CreatePointerTypeSymbol(compilation.GetSpecialType(SpecialType.System_Void)),
Microsoft.CodeAnalysis.Features (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\SuppressMessageAttributeState.TargetSymbolResolver.cs (1)
428typeSymbol = _compilation.CreatePointerTypeSymbol(typeSymbol);
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\CompilationAPITests.vb (1)
1471Assert.Throws(Of NotSupportedException)(Function() compilation.CreatePointerTypeSymbol(Nothing))
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
UtilityTest\DocumentationCommentIdTests.cs (1)
352CheckReferenceId("System.Int32*", compilation.CreatePointerTypeSymbol(intType), compilation);
Microsoft.Interop.SourceGeneration (1)
ManualTypeMarshallingHelper.cs (1)
390resultType = compilation.CreatePointerTypeSymbol(resultType);