1 write to _binder
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Conversions\Conversions.cs (1)
27_binder = binder;
14 references to _binder
Microsoft.CodeAnalysis.CSharp (14)
Binder\Semantics\Conversions\Conversions.cs (14)
32return new Conversions(_binder, currentRecursionDepth, IncludeNullability, otherNullabilityOpt: null); 36protected override CSharpCompilation Compilation { get { return _binder.Compilation; } } 41return new Conversions(_binder, currentRecursionDepth, includeNullability, this); 104var resolution = ResolveDelegateOrFunctionPointerMethodGroup(_binder, source, methodSymbol, isFunctionPointer, callingConventionInfo, ref useSiteInfo); 118_binder, 133if (_binder.InParameterDefaultValue || _binder.InAttributeArgument) 175_binder.TryGetCollectionIterationType(syntax, targetType, out elementTypeWithAnnotations); 193if (!_binder.HasCollectionExpressionApplicableConstructor(syntax, targetType, out constructor, out isExpanded, BindingDiagnosticBag.Discarded)) 199!_binder.HasCollectionExpressionApplicableAddMethod(syntax, targetType, addMethods: out _, BindingDiagnosticBag.Discarded)) 404_binder.OverloadResolution.MethodInvocationOverloadResolution( 523var spanType = _binder.GetWellKnownType(WellKnownType.System_Span_T, ref useSiteInfo); 549protected override bool IsAttributeArgumentBinding => _binder.InAttributeArgument; 551protected override bool IsParameterDefaultValueBinding => _binder.InParameterDefaultValue;