3 references to EncodeTags
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\FieldMetadata.cs (1)
194
Statics.
EncodeTags
((int)this.tags, ref pos, metadata);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\NameInfo.cs (2)
45
Statics.
EncodeTags
((int)this.tags, ref tagsPos, null);
50
Statics.
EncodeTags
((int)this.tags, ref tagsPos, this.nameMetadata);