Esempio n. 1
0
 public IReadOnlyDictionary <Udi, IEnumerable <string> > GetReferences(int id)
 {
     using (var scope = ScopeProvider.CreateScope(autoComplete: true))
     {
         return(_dataTypeRepository.FindUsages(id));
     }
 }