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