1 override of ToArray
mscorlib (1)
system\collections\stack.cs (1)
298
public override Object[]
ToArray
() {
5 references to ToArray
mscorlib (2)
system\collections\stack.cs (2)
300
return _s.
ToArray
();
377
return stack.
ToArray
();
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2131
object[] contexts = _codeContexts.
ToArray
();
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
4256
return this.Units.
ToArray
();
System.Web (1)
HttpContext.cs (1)
943
object[] handlers = _handlerStack.
ToArray
();