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