Method |
Description |
|
AddArgumentsForOptionalParameters ( ) : bool |
|
|
ArgumentsAreConvertible ( ) : bool |
|
|
ConstructExpandedParameters ( ) : bool |
|
|
CopyArgInfos ( ArgInfos src, ArgInfos dst ) : void |
|
|
DetermineCurrentTypeArgs ( ) : System.Result |
|
|
DoesTypeArgumentsContainErrorSym ( CType var ) : bool |
|
|
FindArgumentWithName ( ArgInfos pArguments, Name pName ) : EXPR |
|
|
FindMostDerivedMethod ( MethodOrPropertySymbol pMethProp, EXPR pObject ) : MethodOrPropertySymbol |
|
|
GenerateOptionalArgument ( SymbolLoader symbolLoader, ExprFactory exprFactory, MethodOrPropertySymbol methprop, CType type, int index ) : EXPR |
|
|
GetErrorContext ( ) : ErrorHandling |
|
|
GetNextSym ( CMemberLookupResults iterator ) : bool |
|
|
GetResultOfBind ( bool bReportErrors ) : bool |
|
|
GetSemanticChecker ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.CSemanticChecker |
|
|
GetSymbolLoader ( ) : SymbolLoader |
|
|
HasOptionalParameters ( ) : bool |
|
|
LookForCandidates ( ) : void |
|
|
NamedArgumentNamesAppearInParameterList ( MethodOrPropertySymbol methprop ) : bool |
|
|
ReOrderArgsForNamedArguments ( ) : bool |
|
|
ReOrderArgsForNamedArguments ( MethodOrPropertySymbol methprop, TypeArray pCurrentParameters, AggregateType pCurrentType, Microsoft.CSharp.RuntimeBinder.Semantics.EXPRMEMGRP pGroup, ArgInfos pArguments, TypeManager typeManager, ExprFactory exprFactory, SymbolLoader symbolLoader ) : bool |
|
|
ReportErrorsForBestMatching ( bool bUseDelegateErrors, Name nameErr ) : void |
|
|
ReportErrorsForCollectionAdd ( ) : bool |
|
|
ReportErrorsOnFailure ( ) : void |
|
|
ReportErrorsOnSuccess ( ) : void |
|
|
UpdateArguments ( ) : void |
|
|