3 references to CodeGenerationConstructedMethodSymbol
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
CodeGenerationAbstractMethodSymbol.cs (2)
112=> new CodeGenerationConstructedMethodSymbol(this, typeArguments.ToImmutableArray()); 115=> new CodeGenerationConstructedMethodSymbol(this, typeArguments);
CodeGenerationConstructedMethodSymbol.cs (1)
108=> new CodeGenerationConstructedMethodSymbol(_constructedFrom, _typeArguments);