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