Skip to content

Instantly share code, notes, and snippets.

@mattwarren
Created December 13, 2018 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattwarren/6b36567b51e3adca6c1ca684e72b8f6f to your computer and use it in GitHub Desktop.
Save mattwarren/6b36567b51e3adca6c1ca684e72b8f6f to your computer and use it in GitHub Desktop.
C:\Users\MattW\Dev\GitHub\coreclr\src\System.Private.CoreLib
├───Common
│ └───System
├───Properties
├───Resources
├───shared
│ ├───Internal
│ │ ├───IO
│ │ ├───Runtime
│ │ │ └───CompilerServices
│ │ └───Win32
│ ├───Interop
│ │ ├───Unix
│ │ │ ├───System.Globalization.Native
│ │ │ └───System.Native
│ │ └───Windows
│ │ ├───Advapi32
│ │ ├───BCrypt
│ │ ├───Crypt32
│ │ ├───Kernel32
│ │ ├───Normaliz
│ │ ├───NtDll
│ │ ├───Ole32
│ │ ├───OleAut32
│ │ └───User32
│ ├───Microsoft
│ │ └───Win32
│ │ └───SafeHandles
│ └───System
│ ├───Buffers
│ │ ├───Binary
│ │ └───Text
│ │ ├───Utf8Formatter
│ │ └───Utf8Parser
│ ├───Collections
│ │ ├───Concurrent
│ │ ├───Generic
│ │ └───ObjectModel
│ ├───ComponentModel
│ ├───Configuration
│ │ └───Assemblies
│ ├───Diagnostics
│ │ ├───CodeAnalysis
│ │ └───Tracing
│ │ └───TraceLogging
│ ├───Globalization
│ ├───IO
│ ├───Numerics
│ ├───Reflection
│ │ └───Emit
│ ├───Resources
│ ├───Runtime
│ │ ├───CompilerServices
│ │ ├───ConstrainedExecution
│ │ ├───ExceptionServices
│ │ ├───InteropServices
│ │ ├───Intrinsics
│ │ │ ├───Arm
│ │ │ │ └───Arm64
│ │ │ └───X86
│ │ ├───Remoting
│ │ ├───Serialization
│ │ └───Versioning
│ ├───Security
│ ├───Text
│ └───Threading
│ └───Tasks
│ └───Sources
├───src
│ ├───Internal
│ │ ├───Resources
│ │ ├───Runtime
│ │ │ ├───Augments
│ │ │ └───InteropServices
│ │ │ └───WindowsRuntime
│ │ └───Threading
│ │ └───Tasks
│ ├───Interop
│ │ ├───Unix
│ │ └───Windows
│ │ └───Kernel32
│ ├───Microsoft
│ │ └───Win32
│ └───System
│ ├───AppContext
│ ├───Collections
│ │ ├───Generic
│ │ └───ObjectModel
│ ├───Diagnostics
│ │ ├───Contracts
│ │ ├───Eventing
│ │ │ └───TraceLogging
│ │ └───SymbolStore
│ ├───Globalization
│ ├───IO
│ ├───Numerics
│ │ └───Hashing
│ ├───Reflection
│ │ ├───Emit
│ │ └───Metadata
│ ├───Resources
│ ├───Runtime
│ │ ├───CompilerServices
│ │ ├───ExceptionServices
│ │ ├───InteropServices
│ │ │ ├───ComTypes
│ │ │ ├───Expando
│ │ │ └───WindowsRuntime
│ │ ├───Loader
│ │ ├───Serialization
│ │ └───Versioning
│ ├───Security
│ ├───Text
│ └───Threading
│ └───Tasks
└───Tools
└───Versioning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment