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