3 references to Assembly
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (2)
3303
resources = new ResourceManager(eventSourceAttrib.LocalizationResources, eventSourceType.
Assembly
());
3316
bool typeMatch = GetEventSourceBaseType(eventSourceType, (flags & EventManifestOptions.AllowEventSourceOverride) != 0, eventSourceType.
Assembly
().ReflectionOnly()) != null;
system\diagnostics\eventing\StubEnvironment.cs (1)
46
private static System.Resources.ResourceManager rm = new System.Resources.ResourceManager("Microsoft.Diagnostics.Tracing.Messages", typeof(Environment).
Assembly
());