| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for ReLogic.Content.Sources.XnaContentSource:
 Collaboration diagram for ReLogic.Content.Sources.XnaContentSource:Public Member Functions | |
| XnaContentSource (string rootDirectory) | |
| bool | HasAsset (string assetName) | 
| string | GetExtension (string assetName) | 
| Stream | OpenStream (string assetName) | 
| void | RejectAsset (string assetName, IRejectionReason reason) | 
| void | ClearRejections () | 
| bool | TryGetRejections (List< string > rejectionReasons) | 
Static Public Member Functions | |
| static string | GetTitleLocationPath () | 
Properties | |
| IContentValidator | ContentValidator [get, set] | 
Private Member Functions | |
| void | BuildFileMap () | 
Private Attributes | |
| readonly string | _rootDirectory | 
| readonly HashSet< string > | _files | 
| IContentValidator< ContentValidator > | k__BackingField | 
| readonly RejectedAssetCollection | _rejections | 
Definition at line 13 of file XnaContentSource.cs.