1 write to Methods
Microsoft.Analyzers.Local (1)
ApiLifecycle\Model\TypeDef.cs (1)
27
Methods
= value.GetValueArray<Method>(nameof(Methods));
3 references to Methods
Microsoft.Analyzers.Local (3)
ApiLifecycle\AssemblyAnalysis.cs (2)
112
foreach (var method in type.
Methods
)
221
var method = typeDef.
Methods
.FirstOrDefault(x => x.Member == methodSignature);
ApiLifecycle\Model\TypeDef.cs (1)
27
Methods = value.GetValueArray<Method>(nameof(
Methods
));