AddRef() private method

private AddRef ( ReferenceScope refScope ) : void
refScope ReferenceScope
return void
Example #1
0
 internal override void BuildCILInfo(CILWriter output)
 {
     if (!special && scope != null) {
         output.AddRef(scope);
     }
 }