コード例 #1
0
 public DataflowAnalyzedMethodNode(MethodIL methodIL)
 {
     Debug.Assert(methodIL.OwningMethod.IsTypicalMethodDefinition);
     Debug.Assert(!CompilerGeneratedState.IsNestedFunctionOrStateMachineMember(methodIL.OwningMethod));
     _methodIL = methodIL;
 }