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