Beispiel #1
0
 internal CppAssembly(ICompilation compilation, CppProjectContent projectContent)
 {
     this.compilation    = compilation;
     this.projectContent = projectContent;
     this.context        = new SimpleTypeResolveContext(this);
 }
Beispiel #2
0
		internal CppAssembly(ICompilation compilation, CppProjectContent projectContent)
		{
			this.compilation = compilation;
			this.projectContent = projectContent;
			this.context = new SimpleTypeResolveContext(this);
		}