1 write to _curriedFromMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\ReducedExtensionMethodSymbol.vb (1)
212_curriedFromMethod = curriedFromMethod
45 references to _curriedFromMethod
Microsoft.CodeAnalysis.VisualBasic (45)
Symbols\ReducedExtensionMethodSymbol.vb (45)
217If _curriedFromMethod.Arity = 0 Then 281If reducedFromTypeParameter.ContainingSymbol <> _curriedFromMethod Then 296Return _curriedFromMethod 303Return _curriedFromMethod 306If _curriedFromMethod.Arity = Me.Arity Then 310Dim resultTypeArguments(_curriedFromMethod.Arity - 1) As TypeSymbol 338Return _curriedFromMethod.GetUseSiteInfo() 343Return _curriedFromMethod.ContainingSymbol 349Return _curriedFromMethod.ContainingType 385Return _curriedFromMethod.ReturnsByRef 392Dim type As TypeSymbol = _curriedFromMethod.ReturnType 408Dim fromParams As ImmutableArray(Of ParameterSymbol) = _curriedFromMethod.Parameters 431Return _curriedFromMethod.ParameterCount - 1 448Return _curriedFromMethod.GetOverloadResolutionPriority() 495Return _curriedFromMethod.IsSub 501Return _curriedFromMethod.IsAsync 507Return _curriedFromMethod.IsIterator 513Return _curriedFromMethod.IsInitOnly 519Return _curriedFromMethod.IsVararg 524Return _curriedFromMethod.GetReturnTypeAttributes() 529Return _curriedFromMethod.ReturnTypeCustomModifiers 535Return _curriedFromMethod.RefCustomModifiers 541Return _curriedFromMethod.Syntax 559Return _curriedFromMethod.IsExternalMethod 564Return _curriedFromMethod.GetDllImportData() 569Return _curriedFromMethod.ReturnTypeMarshallingInformation 575Return _curriedFromMethod.ImplementationAttributes 581Return _curriedFromMethod.HasDeclarativeSecurity 586Return _curriedFromMethod.GetSecurityInformation() 591Return _curriedFromMethod.CallingConvention 597Return _curriedFromMethod.ObsoleteAttributeData 603Return _curriedFromMethod.Locations 609Return _curriedFromMethod.DeclaringSyntaxReferences 615Return _curriedFromMethod.DeclaredAccessibility 620Return _curriedFromMethod.GetAttributes() 624Return _curriedFromMethod.GetDocumentationCommentXml(preferredCulture, expandIncludes, cancellationToken) 629Return _curriedFromMethod.IsImplicitlyDeclared 635Return _curriedFromMethod.Name 641Return _curriedFromMethod.HasSpecialName 646Return _curriedFromMethod.GetAppliedConditionalSymbols() 651Return _curriedFromMethod.MetadataName 661Return _curriedFromMethod.GenerateDebugInfo 670Return Hash.Combine(_receiverType.GetHashCode(), _curriedFromMethod.GetHashCode) 681other._curriedFromMethod.Equals(_curriedFromMethod) AndAlso