2 types derived from CodeGenerationAbstractMethodSymbol
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationConstructedMethodSymbol.cs (1)
11
internal class CodeGenerationConstructedMethodSymbol :
CodeGenerationAbstractMethodSymbol
CodeGenerationMethodSymbol.cs (1)
19
internal partial class CodeGenerationMethodSymbol :
CodeGenerationAbstractMethodSymbol
2 references to CodeGenerationAbstractMethodSymbol
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationConstructedMethodSymbol.cs (2)
13
private readonly
CodeGenerationAbstractMethodSymbol
_constructedFrom;
17
CodeGenerationAbstractMethodSymbol
constructedFrom,