1 write to Properties
Microsoft.Analyzers.Local (1)
ApiLifecycle\Model\TypeDef.cs (1)
28
Properties
= value.GetValueArray<Prop>(nameof(Properties));
3 references to Properties
Microsoft.Analyzers.Local (3)
ApiLifecycle\AssemblyAnalysis.cs (2)
117
foreach (var property in type.
Properties
)
236
var prop = typeDef.
Properties
.FirstOrDefault(x => x.Member == propSignature);
ApiLifecycle\Model\TypeDef.cs (1)
28
Properties = value.GetValueArray<Prop>(nameof(
Properties
));