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