mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax
This commit is contained in:
parent
74bbd295d5
commit
8cb58d73e8
@ -36,7 +36,7 @@ class ILPostProcessorAssemblyResolver : IAssemblyResolver
|
||||
// Resolve() calls FindFile() every time.
|
||||
// thousands of times for String => mscorlib alone in large projects.
|
||||
// cache the results! ILPostProcessor is multithreaded, so use a ConcurrentDictionary here.
|
||||
private readonly ConcurrentDictionary<string, string> fileCache =
|
||||
readonly ConcurrentDictionary<string, string> fileCache =
|
||||
new ConcurrentDictionary<string, string>();
|
||||
|
||||
readonly ICompiledAssembly compiledAssembly;
|
||||
|
Loading…
Reference in New Issue
Block a user