1 write to s_assemblylocationProperty
Microsoft.Build.Framework (1)
AssemblyUtilities.cs (1)
118s_assemblylocationProperty = typeof(Assembly).GetProperty("Location", typeof(string));
2 references to s_assemblylocationProperty
Microsoft.Build.Framework (2)
AssemblyUtilities.cs (2)
44if (s_assemblylocationProperty == null) 49return (string)s_assemblylocationProperty.GetValue(assembly);