2 overrides of GetPropertyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Compilation_WellKnownMembers.cs (1)
1062
protected override TypeSymbol
GetPropertyType
(PropertySymbol property)
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\WellKnownMembers.vb (1)
575
Protected Overrides Function
GetPropertyType
(prop As PropertySymbol) As TypeSymbol
1 reference to GetPropertyType
Microsoft.CodeAnalysis (1)
SignatureComparer.cs (1)
65
if (!MatchType(
GetPropertyType
(property), signature, ref position))