4 references to IsAssembly
Microsoft.Cci.Extensions (4)
Extensions\CSharp\CSharpCciExtensions.cs (4)
510if (IsAssembly(baseField) && !InSameUnit(baseField, field)) 534if (IsAssembly(baseEvent) && !InSameUnit(baseEvent, evnt)) 560if (IsAssembly(baseProperty) && !InSameUnit(baseProperty, property)) 587if (IsAssembly(baseMethod) && !InSameUnit(baseMethod, method))