2 overrides of ToArray
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
312public override object?[] ToArray()
System.Diagnostics.TraceSource (1)
System\Diagnostics\CorrelationManager.cs (1)
120public override object?[] ToArray()
4 references to ToArray
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2181object[] contexts = _codeContexts.ToArray();
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
4398return this.Units.ToArray();
System.Collections.NonGeneric (2)
System\Collections\Stack.cs (2)
316return _s.ToArray(); 397return _stack.ToArray();