6 references to GetThisConstructorArgumentsOpt
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
ConstructorGenerator.cs (2)
91var thisArguments = CodeGenerationConstructorInfo.GetThisConstructorArgumentsOpt(constructor); 94var kind = CodeGenerationConstructorInfo.GetThisConstructorArgumentsOpt(constructor) != null
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeGeneration\ConstructorGenerator.vb (3)
61CodeGenerationConstructorInfo.GetThisConstructorArgumentsOpt(constructor).IsDefault Then 70If Not CodeGenerationConstructorInfo.GetThisConstructorArgumentsOpt(constructor).IsDefault Then 71statements.Add(CreateThisConstructorCall(CodeGenerationConstructorInfo.GetThisConstructorArgumentsOpt(constructor)))
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationConstructorSymbol.cs (1)
51CodeGenerationConstructorInfo.GetThisConstructorArgumentsOpt(this));