1 instantiation of LinkedObjectsFactory
Microsoft.Build (1)
ObjectModelRemoting\LinkedObjectFactory.cs (1)
44
return new
LinkedObjectsFactory
(collection);
2 references to LinkedObjectsFactory
Microsoft.Build (2)
ObjectModelRemoting\LinkedObjectFactory.cs (2)
39
/// Acquire a <see cref="
LinkedObjectsFactory
"/> instance for a given ProjectCollection.
42
public static
LinkedObjectsFactory
Get(ProjectCollection collection)