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