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