3 instantiations of CodeGenerationConstructedMethodSymbol
Microsoft.CodeAnalysis.Workspaces (3)
CodeGenerationAbstractMethodSymbol.cs (2)
112=> new CodeGenerationConstructedMethodSymbol(this, typeArguments.ToImmutableArray()); 115=> new CodeGenerationConstructedMethodSymbol(this, typeArguments);
CodeGenerationConstructedMethodSymbol.cs (1)
108=> new CodeGenerationConstructedMethodSymbol(_constructedFrom, _typeArguments);