2 writes to useStackAlloc
mscorlib (2)
system\io\pathhelper.cs (2)
74
useStackAlloc
= true;
84
this.
useStackAlloc
= false;
13 references to useStackAlloc
mscorlib (13)
system\io\pathhelper.cs (13)
94
if (
useStackAlloc
) {
102
if (
useStackAlloc
) {
121
if (
useStackAlloc
) {
131
if (
useStackAlloc
) {
145
if (
useStackAlloc
) {
156
if (
useStackAlloc
) {
233
if (
useStackAlloc
) {
322
if (
useStackAlloc
) {
355
if (
useStackAlloc
) {
382
if (
useStackAlloc
) {
392
Contract.Requires(
useStackAlloc
, "This should never be called for PathHelpers wrapping a StringBuilder");
397
Contract.Requires(!
useStackAlloc
, "This should never be called for PathHelpers that wrap a stackalloc'd buffer");
403
Contract.Requires(
useStackAlloc
, "This should never be called for PathHelpers wrapping a StringBuilder");