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