13 instantiations of CheckConstraintsArgs
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder_Conversions.cs (1)
539
.CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(Compilation, Conversions, includeNullability: false, syntax.Location, diagnostics));
Binder\Binder_Expressions.cs (1)
11158
new ConstraintsHelper.
CheckConstraintsArgs
(this.Compilation, this.Conversions, includeNullability: false, location: NoLocation.Singleton, diagnostics: null),
Binder\Binder_Invocation.cs (1)
1014
(typeArgumentsOpt.IsDefault || ((MethodSymbol)(object)result.Member).CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(this.Compilation, this.Conversions, includeNullability: false, syntax.Location, candidateDiagnostics))))
Binder\Binder_Symbols.cs (1)
1590
type.CheckConstraintsForNamedType(new ConstraintsHelper.
CheckConstraintsArgs
(this.Compilation, this.Conversions, includeNullability, typeSyntax.Location, diagnostics),
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
803
var constraintsArgs = new ConstraintsHelper.
CheckConstraintsArgs
(this.Compilation, this.Conversions, includeNullability: false, location: NoLocation.Singleton, diagnostics: null, template);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1046
if (!method.CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(compilation, conversions, includeNullability: false, location, diagnostics)))
FlowAnalysis\NullableWalker.cs (1)
8739
tupleOpt.CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(compilation, _conversions, includeNullability: true, node.Syntax.Location, diagnostics: null),
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
636
onCompleted.CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(F.Compilation, F.Compilation.Conversions, includeNullability: false, F.Syntax.Location, this.Diagnostics));
Lowering\AsyncRewriter\AsyncRewriter.cs (1)
258
startMethod.CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(F.Compilation, F.Compilation.Conversions, includeNullability: false, F.Syntax.Location, diagnostics));
Symbols\ConstraintsHelper.cs (2)
564
boxedArgs.Args = new
CheckConstraintsArgs
(currentCompilation, conversions, location, diagnostics);
572
boxedArgs.Args = new
CheckConstraintsArgs
(currentCompilation, conversions, includeNullability, location, diagnostics);
Symbols\ReducedExtensionMethodSymbol.cs (1)
207
var success = method.CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(compilation, conversions, includeNullability: false, NoLocation.Singleton, diagnostics: null, template: new CompoundUseSiteInfo<AssemblySymbol>(useSiteInfo)),
Symbols\Tuples\TupleTypeSymbol.cs (1)
65
constructedType.CheckConstraints(new ConstraintsHelper.
CheckConstraintsArgs
(compilation, compilation.Conversions, includeNullability, syntax.Location, diagnostics),
15 references to CheckConstraintsArgs
Microsoft.CodeAnalysis.CSharp (15)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
803
var
constraintsArgs = new ConstraintsHelper.CheckConstraintsArgs(this.Compilation, this.Conversions, includeNullability: false, location: NoLocation.Singleton, diagnostics: null, template);
Symbols\ConstraintsHelper.cs (12)
558
public
CheckConstraintsArgs
Args;
585
private static bool CheckConstraintsSingleType(TypeSymbol type, in
CheckConstraintsArgs
args)
600
in
CheckConstraintsArgs
args,
671
in
CheckConstraintsArgs
args,
711
public static bool CheckConstraints(this NamedTypeSymbol type, in
CheckConstraintsArgs
args)
804
in
CheckConstraintsArgs
args)
837
in
CheckConstraintsArgs
args,
855
in
CheckConstraintsArgs
args,
891
in
CheckConstraintsArgs
args,
943
in
CheckConstraintsArgs
args,
1045
in
CheckConstraintsArgs
args,
1156
in
CheckConstraintsArgs
args,
Symbols\MemberSymbolExtensions.cs (1)
306
var
constraintArgs = new ConstraintsHelper.CheckConstraintsArgs(compilation, conversions, includeNullability: false,
Symbols\Source\SourceNamedTypeSymbol_Extension.cs (1)
203
var
constraintArgs = new ConstraintsHelper.CheckConstraintsArgs(compilation, conversions, includeNullability: false,