3 references to ReflectionOnly
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
3142
if (!member.Module.Assembly.
ReflectionOnly
() && (flags & EventManifestOptions.AllowEventSourceOverride) == 0)
3316
bool typeMatch = GetEventSourceBaseType(eventSourceType, (flags & EventManifestOptions.AllowEventSourceOverride) != 0, eventSourceType.Assembly().
ReflectionOnly
()) != null;
3600
bool reflectionOnly = staticField.Module.Assembly.
ReflectionOnly
();