7 references to HasPointerType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
234=> _property.HasPointerType;
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\RecordTests.cs (3)
24907Assert.False(p.HasPointerType); 24910Assert.True(p.HasPointerType); 24913Assert.True(p.HasPointerType);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RecordStructTests.cs (3)
2790Assert.False(p.HasPointerType); 2793Assert.True(p.HasPointerType); 2796Assert.True(p.HasPointerType);