Base:
property
Arity
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.Arity
9 references to Arity
Microsoft.CodeAnalysis.CSharp (9)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
221
Debug.Assert(method.
Arity
== 0, "Generic Ctor, What to do?");
Binder\BinderFactory.cs (1)
166
Debug.Assert(constructor.
Arity
== 0, "Generic Ctor, What to do?");
Compiler\MethodBodySynthesizer.Lowered.cs (2)
326
if (this.
Arity
> 0)
328
Debug.Assert(this.
Arity
== methodBeingWrapped.Arity);
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
52
if (this.Name == WellKnownMemberNames.DestructorName && this.ParameterCount == 0 && this.
Arity
== 0 && this.ReturnsVoid)
Symbols\Source\SourceOrdinaryMethodSymbol.cs (3)
157
if (this.
Arity
!= 0 && (syntax.ExplicitInterfaceSpecifier != null || IsOverride))
588
Debug.Assert(definition.
Arity
== implementation.
Arity
);
Symbols\Synthesized\Records\SynthesizedRecordOrdinaryMethod.cs (1)
36
Debug.Assert(
Arity
== 0);