1 write to _curriedFromMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\ReducedExtensionMethodSymbol.vb (1)
212_curriedFromMethod = curriedFromMethod
44 references to _curriedFromMethod
Microsoft.CodeAnalysis.VisualBasic (44)
Symbols\ReducedExtensionMethodSymbol.vb (44)
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 491Return _curriedFromMethod.IsSub 497Return _curriedFromMethod.IsAsync 503Return _curriedFromMethod.IsIterator 509Return _curriedFromMethod.IsInitOnly 515Return _curriedFromMethod.IsVararg 520Return _curriedFromMethod.GetReturnTypeAttributes() 525Return _curriedFromMethod.ReturnTypeCustomModifiers 531Return _curriedFromMethod.RefCustomModifiers 537Return _curriedFromMethod.Syntax 555Return _curriedFromMethod.IsExternalMethod 560Return _curriedFromMethod.GetDllImportData() 565Return _curriedFromMethod.ReturnTypeMarshallingInformation 571Return _curriedFromMethod.ImplementationAttributes 577Return _curriedFromMethod.HasDeclarativeSecurity 582Return _curriedFromMethod.GetSecurityInformation() 587Return _curriedFromMethod.CallingConvention 593Return _curriedFromMethod.ObsoleteAttributeData 599Return _curriedFromMethod.Locations 605Return _curriedFromMethod.DeclaringSyntaxReferences 611Return _curriedFromMethod.DeclaredAccessibility 616Return _curriedFromMethod.GetAttributes() 620Return _curriedFromMethod.GetDocumentationCommentXml(preferredCulture, expandIncludes, cancellationToken) 625Return _curriedFromMethod.IsImplicitlyDeclared 631Return _curriedFromMethod.Name 637Return _curriedFromMethod.HasSpecialName 642Return _curriedFromMethod.GetAppliedConditionalSymbols() 647Return _curriedFromMethod.MetadataName 657Return _curriedFromMethod.GenerateDebugInfo 666Return Hash.Combine(_receiverType.GetHashCode(), _curriedFromMethod.GetHashCode) 677other._curriedFromMethod.Equals(_curriedFromMethod) AndAlso