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