2 references to StackFrame
mscorlib (2)
system\security\codeaccesspermission.cs (2)
92
Contract.Assert(new
StackFrame
().GetMethod().Name.Equals("Demand"), "This method needs to be named Demand");
120
Contract.Assert(new
StackFrame
().GetMethod().Name.Equals("Assert"), "This method needs to be named Assert");