Beispiel #1
0
 private SymbolCollection(IPlatformIdAllocator aIdAllocator, string aFileNameInHost)
 {
     iOriginalCollection = null;
     iId          = aIdAllocator.AllocateId();
     iIdAllocator = aIdAllocator;
     iFileName    = PlatformFileName.NewByHostName(aFileNameInHost);
     DefaultSymbolAdd();
 }
 private CodeCollection(IPlatformIdAllocator aIdAllocator, string aFileNameInHost)
 {
     iId       = aIdAllocator.AllocateId();
     iFileName = PlatformFileName.NewByHostName(aFileNameInHost);
 }