Method | Description | |
---|---|---|
Accept ( |
||
ApplyAttributeBuilder ( |
||
CheckImplementingMethodConstraints ( |
||
Create ( |
||
Define ( ) : bool | ||
Emit ( ) : void | ||
EnableOverloadChecks ( |
||
Error1599 ( Location loc, System.TypeSpec t, ICSharpCode.NRefactory.MonoCSharp.Report Report ) : void | ||
GetSignatureForError ( ) : string | ||
LookupNamespaceOrType ( string name, int arity, LookupMode mode, Location loc ) : FullNamedExpression | ||
Method ( |
||
PrepareEmit ( ) : void | ||
SetPartialDefinition ( |
Method | Description | |
---|---|---|
DefineTypeParameters ( ) : void | ||
Method ( |
||
ResolveMemberType ( ) : bool |
Method | Description | |
---|---|---|
CreateTypeParameters ( ) : void | ||
Error_DuplicateEntryPoint ( |
||
IsEntryPoint ( ) : bool |
public Accept ( |
||
visitor | ||
return | void |
public ApplyAttributeBuilder ( |
||
a | ||
ctor | ||
cdata | byte | |
pa | PredefinedAttributes | |
return | void |
public static CheckImplementingMethodConstraints ( |
||
container | ||
method | ||
baseMethod | ||
return | bool |
public static Create ( |
||
parent | ||
returnType | FullNamedExpression | |
mod | Modifiers | |
name | ||
parameters | ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled | |
attrs | Attributes | |
return |
public EnableOverloadChecks ( |
||
overload | ||
return | bool |
public static Error1599 ( Location loc, System.TypeSpec t, ICSharpCode.NRefactory.MonoCSharp.Report Report ) : void | ||
loc | Location | |
t | System.TypeSpec | |
Report | ICSharpCode.NRefactory.MonoCSharp.Report | |
return | void |
public LookupNamespaceOrType ( string name, int arity, LookupMode mode, Location loc ) : FullNamedExpression | ||
name | string | |
arity | int | |
mode | LookupMode | |
loc | Location | |
return | FullNamedExpression |
public Method ( |
||
parent | ||
return_type | FullNamedExpression | |
mod | Modifiers | |
name | ||
parameters | ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled | |
attrs | Attributes | |
return | System |
protected Method ( |
||
parent | ||
return_type | FullNamedExpression | |
mod | Modifiers | |
amod | Modifiers | |
name | ||
parameters | ICSharpCode.NRefactory.MonoCSharp.ParametersCompiled | |
attrs | Attributes | |
return | System |
public SetPartialDefinition ( |
||
methodDefinition | ||
return | void |