BuildRegexRelatedInstructions() public static method

public static BuildRegexRelatedInstructions ( FieldDefinition field, CustomAttribute attribute ) : IEnumerable
field Mono.Cecil.FieldDefinition
attribute Mono.Cecil.CustomAttribute
return IEnumerable
示例#1
0
 protected override sealed void BuildInstructions(ModuleDefinition module, TypeDefinition type, MethodDefinition method, FieldDefinition field, CustomAttribute attribute, List <Instruction> instructions)
 {
     instructions.AddRange(ArgumentInstructionSequenceBuilder.BuildRegexRelatedInstructions(field, attribute));
 }