7 references to HasPointerType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
120=> _property.HasPointerType;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\RecordStructTests.cs (3)
2718Assert.False(p.HasPointerType); 2721Assert.True(p.HasPointerType); 2724Assert.True(p.HasPointerType);
Semantics\RecordTests.cs (3)
24813Assert.False(p.HasPointerType); 24816Assert.True(p.HasPointerType); 24819Assert.True(p.HasPointerType);