1 write to Methods
Microsoft.Analyzers.Local (1)
ApiLifecycle\Model\TypeDef.cs (1)
27Methods = value.GetValueArray<Method>(nameof(Methods));
4 references to Methods
Microsoft.Analyzers.Local (3)
ApiLifecycle\AssemblyAnalysis.cs (2)
112foreach (var method in type.Methods) 221var method = Array.Find(typeDef.Methods, x => x.Member == methodSignature);
ApiLifecycle\Model\TypeDef.cs (1)
27Methods = value.GetValueArray<Method>(nameof(Methods));
Microsoft.Analyzers.Local.Tests (1)
ApiLifecycle\AnalysisModelTest.cs (1)
31Assert.Equal(Array.Empty<Method>(), member.Methods);