1 write to _curriedFromMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\ReducedExtensionMethodSymbol.vb (1)
204_curriedFromMethod = curriedFromMethod
44 references to _curriedFromMethod
Microsoft.CodeAnalysis.VisualBasic (44)
Symbols\ReducedExtensionMethodSymbol.vb (44)
209If _curriedFromMethod.Arity = 0 Then 273If reducedFromTypeParameter.ContainingSymbol <> _curriedFromMethod Then 288Return _curriedFromMethod 295Return _curriedFromMethod 298If _curriedFromMethod.Arity = Me.Arity Then 302Dim resultTypeArguments(_curriedFromMethod.Arity - 1) As TypeSymbol 330Return _curriedFromMethod.GetUseSiteInfo() 335Return _curriedFromMethod.ContainingSymbol 341Return _curriedFromMethod.ContainingType 377Return _curriedFromMethod.ReturnsByRef 384Dim type As TypeSymbol = _curriedFromMethod.ReturnType 400Dim fromParams As ImmutableArray(Of ParameterSymbol) = _curriedFromMethod.Parameters 423Return _curriedFromMethod.ParameterCount - 1 483Return _curriedFromMethod.IsSub 489Return _curriedFromMethod.IsAsync 495Return _curriedFromMethod.IsIterator 501Return _curriedFromMethod.IsInitOnly 507Return _curriedFromMethod.IsVararg 512Return _curriedFromMethod.GetReturnTypeAttributes() 517Return _curriedFromMethod.ReturnTypeCustomModifiers 523Return _curriedFromMethod.RefCustomModifiers 529Return _curriedFromMethod.Syntax 547Return _curriedFromMethod.IsExternalMethod 552Return _curriedFromMethod.GetDllImportData() 557Return _curriedFromMethod.ReturnTypeMarshallingInformation 563Return _curriedFromMethod.ImplementationAttributes 569Return _curriedFromMethod.HasDeclarativeSecurity 574Return _curriedFromMethod.GetSecurityInformation() 579Return _curriedFromMethod.CallingConvention 585Return _curriedFromMethod.ObsoleteAttributeData 591Return _curriedFromMethod.Locations 597Return _curriedFromMethod.DeclaringSyntaxReferences 603Return _curriedFromMethod.DeclaredAccessibility 608Return _curriedFromMethod.GetAttributes() 612Return _curriedFromMethod.GetDocumentationCommentXml(preferredCulture, expandIncludes, cancellationToken) 617Return _curriedFromMethod.IsImplicitlyDeclared 623Return _curriedFromMethod.Name 629Return _curriedFromMethod.HasSpecialName 634Return _curriedFromMethod.GetAppliedConditionalSymbols() 639Return _curriedFromMethod.MetadataName 649Return _curriedFromMethod.GenerateDebugInfo 658Return Hash.Combine(_receiverType.GetHashCode(), _curriedFromMethod.GetHashCode) 669other._curriedFromMethod.Equals(_curriedFromMethod) AndAlso