2 overrides of ReadOnlyFieldAllowed
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.Analyzer.cs (1)
129protected override bool ReadOnlyFieldAllowed()
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.Analyzer.vb (1)
103Protected Overrides Function ReadOnlyFieldAllowed() As Boolean
1 reference to ReadOnlyFieldAllowed
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
909if (ReadOnlyFieldAllowed())