9 references to UTF8NoBOM
mscorlib (9)
system\io\file.cs (6)
848
InternalWriteAllText(path, contents, StreamWriter.
UTF8NoBOM
, true);
878
InternalWriteAllText(path, contents, StreamWriter.
UTF8NoBOM
, false);
1071
InternalWriteAllLines(new StreamWriter(path, false, StreamWriter.
UTF8NoBOM
), contents);
1103
InternalWriteAllLines(new StreamWriter(path, false, StreamWriter.
UTF8NoBOM
), contents);
1149
InternalAppendAllText(path, contents, StreamWriter.
UTF8NoBOM
);
1191
InternalWriteAllLines(new StreamWriter(path, true, StreamWriter.
UTF8NoBOM
), contents);
system\io\streamwriter.cs (3)
125
: this(stream,
UTF8NoBOM
, DefaultBufferSize, false) {
156
: this(path, false,
UTF8NoBOM
, DefaultBufferSize) {
162
: this(path, append,
UTF8NoBOM
, DefaultBufferSize) {