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)
24907
Assert.False(p.
HasPointerType
);
24910
Assert.True(p.
HasPointerType
);
24913
Assert.True(p.
HasPointerType
);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\RecordStructTests.cs (3)
2790
Assert.False(p.
HasPointerType
);
2793
Assert.True(p.
HasPointerType
);
2796
Assert.True(p.
HasPointerType
);