2 writes to importedFromFilename
Microsoft.Build.Engine (2)
Properties\BuildPropertyGroup.cs (2)
182this.importedFromFilename = importedFilename; 519this.importedFromFilename = value;
2 references to importedFromFilename
Microsoft.Build.Engine (2)
Properties\BuildPropertyGroup.cs (2)
502if (this.importedFromFilename != null) 504return this.importedFromFilename;