1 write to ShouldBeReadOnly
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (1)
39ShouldBeReadOnly = shouldBeReadOnly;
2 references to ShouldBeReadOnly
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
228var isReadOnly = AnalyzerResult.ShouldBeReadOnly;
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.AnalyzerResult.cs (1)
67ShouldBeReadOnly,