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