2 references to Detect
Microsoft.TemplateEngine.Core (2)
Operations\Include.cs (1)
130Encoding realEncoding = EncodingUtil.Detect(composite, totalBytesRead, out byte[] bom);
Util\ProcessorState.cs (1)
66Encoding encoding = EncodingUtil.Detect(CurrentBuffer, CurrentBufferLength, out byte[] bom);