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)
2718
Assert.False(p.
HasPointerType
);
2721
Assert.True(p.
HasPointerType
);
2724
Assert.True(p.
HasPointerType
);
Semantics\RecordTests.cs (3)
24813
Assert.False(p.
HasPointerType
);
24816
Assert.True(p.
HasPointerType
);
24819
Assert.True(p.
HasPointerType
);