C# Class NameOf.Fody.ModuleWeaver

Afficher le fichier Open project: NickStrupat/NameOf Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
IsNullOrWhiteSpace ( string value ) : bool

Private Methods

Méthode Description
GetInvalidTerminalYieldException ( ) : InvalidOperationException
GetNameFromAnonymousMethod ( Instruction anonymousMethodCallInstruction, Mono.Cecil.Cil.ILProcessor ilProcessor ) : String
GetNameFromAsyncAwaitLocal ( Instruction i, Mono.Cecil.Cil.ILProcessor p ) : String
GetNotSupportedException ( Instruction instruction ) : NotSupportedException
GetNumberAtEndOf ( OpCode opCode ) : Int32
GetSequencePointText ( Instruction instruction ) : String
IsNameOfCallInstruction ( Instruction instruction ) : System.Boolean
IsNotUsed ( FieldDefinition fieldDefinition ) : System.Boolean
IsNotUsed ( IMetadataTokenProvider methodDefinition ) : System.Boolean
ProcessMethod ( Mono.Cecil.MethodDefinition methodDefinition ) : void
ProcessNameOfCallInstruction ( Instruction instruction, Mono.Cecil.Cil.ILProcessor ilProcessor ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

IsNullOrWhiteSpace() public static méthode

public static IsNullOrWhiteSpace ( string value ) : bool
value string
Résultat bool