Beispiel #1
0
 public void Write <T> (string eventName, ref EventSourceOptions options, ref T data)
 {
 }
Beispiel #2
0
 public void Write <T> (string eventName, ref EventSourceOptions options, ref Guid activityId, ref Guid relatedActivityId, ref T data)
 {
 }
 // Token: 0x0600350A RID: 13578 RVA: 0x000CDD21 File Offset: 0x000CBF21
 public void Write <T>(string eventName, EventSourceOptions options, T data)
 {
     this.Write <T>(this.eventSource, eventName, ref options, ref data);
 }
Beispiel #4
0
 public void Write(string eventName, EventSourceOptions options)
 {
 }
        // Token: 0x06003506 RID: 13574 RVA: 0x000CDCCC File Offset: 0x000CBECC
        public EventSourceActivity Start <T>(string eventName, T data)
        {
            EventSourceOptions eventSourceOptions = default(EventSourceOptions);

            return(this.Start <T>(eventName, ref eventSourceOptions, ref data));
        }
        // Token: 0x06003505 RID: 13573 RVA: 0x000CDCAC File Offset: 0x000CBEAC
        public EventSourceActivity Start(string eventName, EventSourceOptions options)
        {
            EmptyStruct emptyStruct = default(EmptyStruct);

            return(this.Start <EmptyStruct>(eventName, ref options, ref emptyStruct));
        }
 // Token: 0x06003503 RID: 13571 RVA: 0x000CDC75 File Offset: 0x000CBE75
 public EventSourceActivity Start <T>(string eventName, EventSourceOptions options, T data)
 {
     return(this.Start <T>(eventName, ref options, ref data));
 }
        // Token: 0x0600350C RID: 13580 RVA: 0x000CDD5C File Offset: 0x000CBF5C
        public void Write(string eventName, EventSourceOptions options)
        {
            EmptyStruct emptyStruct = default(EmptyStruct);

            this.Write <EmptyStruct>(this.eventSource, eventName, ref options, ref emptyStruct);
        }
        // Token: 0x0600350B RID: 13579 RVA: 0x000CDD34 File Offset: 0x000CBF34
        public void Write <T>(string eventName, T data)
        {
            EventSourceOptions eventSourceOptions = default(EventSourceOptions);

            this.Write <T>(this.eventSource, eventName, ref eventSourceOptions, ref data);
        }