10 references to IsInherited
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (10)
ConvertToRecordEngine.cs (9)
137
if (result.
IsInherited
)
274
var type = result.
IsInherited
277
var identifier = result.
IsInherited
323
if (positionalParameterInfos.Any(info => info.
IsInherited
))
422
if (result.
IsInherited
|| result.KeepAsOverride)
564
if (result.
IsInherited
)
592
.Where(result => !result.
IsInherited
)
623
.SelectAsArray(result => !result.
IsInherited
,
744
if (result.
IsInherited
)
PositionalParameterInfo.cs (1)
21
/// Null iff <see cref="
IsInherited
"/> is true</param>