4 references to GetProperty
Microsoft.CodeAnalysis.UnitTests (4)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs (4)
163
hr = nameObject.
GetProperty
(propertyId, null, ref size);
177
hr = nameObject.
GetProperty
(propertyId, p, ref size);
205
int hr = nameObject.
GetProperty
(propertyId, null, ref size);
290
int hr = nameObject.
GetProperty
(propertyId, &result, ref size);