Esempio n. 1
0
		public DeclarationBinding(IErrorReport errorReport, IIdentifierNameService identifierService)
		{
			this.errorReport = errorReport;
			this.identifierService = identifierService;
		}
Esempio n. 2
0
 public DeclarationBinding(IErrorReport errorReport, IIdentifierNameService identifierService)
 {
     this.errorReport       = errorReport;
     this.identifierService = identifierService;
 }